1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Processors/68000Mk2/Implementation
Thomas Harte 0471decfc8 Implement the complete set of fetch addressing modes.
Subject to observations: (1) MOVE uses slightly custom versions of many of these for its stores; and (2) PEA and LEA need to do the calculation but not the read, so some of this will be duplicated further. It's either that or include greater conditionality on the path.
2022-05-19 15:03:22 -04:00
..
68000Mk2Implementation.hpp Implement the complete set of fetch addressing modes. 2022-05-19 15:03:22 -04:00
68000Mk2Storage.hpp Implement the complete set of fetch addressing modes. 2022-05-19 15:03:22 -04:00