1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/InstructionSets/M68k/Implementation
Thomas Harte c6c6213460 Bifurcate the fetch-operand flow.
Address calculation will be the same, but the fetch will differ. I don't think there's a neat costless way to factor out the address calculations, alas, but I'll see whether macros can save the day.
2022-05-19 10:27:51 -04:00
..
ExecutorImplementation.hpp Works 68000 mk2 into the comparative tests. 2022-05-16 20:04:13 -04:00
InstructionOperandFlags.hpp Clean up Instruction.hpp. 2022-05-09 10:13:42 -04:00
InstructionOperandSize.hpp Bifurcate the fetch-operand flow. 2022-05-19 10:27:51 -04:00
PerformImplementation.hpp Pull generalised DIVU/DIVS into a macro. 2022-05-15 20:01:51 -04:00