1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00
CLK/InstructionSets/M68k
Thomas Harte 824d3ae3f7 Conclusion: a union does produce better code.
(But needn't be so verbose)
2022-04-29 04:51:02 -04:00
..
Implementation Conclusion: a union does produce better code. 2022-04-29 04:51:02 -04:00
Decoder.cpp Include in automated build, temporarily. 2022-04-28 20:42:44 -04:00
Decoder.hpp Adjust path to match namespace; add to Qt project. 2022-04-27 08:05:36 -04:00
Instruction.hpp Adjust path to match namespace; add to Qt project. 2022-04-27 08:05:36 -04:00
Model.hpp Adjust path to match namespace; add to Qt project. 2022-04-27 08:05:36 -04:00
Perform.hpp A flow controller feels more natural than an exception handler. 2022-04-28 20:42:04 -04:00
Status.hpp Add evaluate_condition, to check standard 68000 condition codes. 2022-04-28 16:54:57 -04:00