1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 23:52:26 +00:00
CLK/Processors/65816/Implementation
Thomas Harte 20cbe72985 Ties to 8- or 16-bit those instructions that aren't M/X-dependent.
This is technically redundant for PEI, PEA and PER since they have dedicated bus programs anyway, but it's good to be explicit.
2020-10-11 14:38:35 -04:00
..
65816Base.cpp Ensures M and X are exposed to the public interface. 2020-10-10 21:33:56 -04:00
65816Implementation.hpp I don't think RTL is needed; JML looks like it covers it. 2020-10-10 22:16:35 -04:00
65816Storage.cpp Ties to 8- or 16-bit those instructions that aren't M/X-dependent. 2020-10-11 14:38:35 -04:00
65816Storage.hpp I don't think RTL is needed; JML looks like it covers it. 2020-10-10 22:16:35 -04:00