1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00
CLK/Processors/68000Mk2
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
..
Implementation Implement the complete set of fetch addressing modes. 2022-05-19 15:03:22 -04:00
68000Mk2.hpp Remove setup_operation in favour of doing the equivalent inline. 2022-05-18 16:45:40 -04:00