1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/65816/Implementation
Thomas Harte 99eba2f8ba Ensures intended 65816 exception behaviour.
i.e. the relevant micro-op sequence exists, and its operation isn't lost. Also sets the 65816 by default to jump straight into power-on, not to execute an instruction first. That shouldn't make a functional difference, but it makes debugging easier because it makes startup fully deterministic.
2020-10-18 14:43:47 -04:00
..
65816Base.cpp Ensures data/program bank can't accidentally be set to 16-bit values. 2020-10-15 21:10:32 -04:00
65816Implementation.hpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00
65816Storage.cpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00
65816Storage.hpp Ensures intended 65816 exception behaviour. 2020-10-18 14:43:47 -04:00