1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00
CLK/Processors/68000
Thomas Harte 0298b1b3b7 Implements LINK and UNLINK.
Also starts excluding opcodes that I can't determine the mapping of from the list of those tested against.

Due to those two things together, the latter incomplete: 627 opcodes outstanding. But only STOP and MOVEP remain on my list of things to implement prior to exceptions.
2019-04-28 17:12:31 -04:00
..
Implementation Implements LINK and UNLINK. 2019-04-28 17:12:31 -04:00
68000.hpp ADD/SUBQ #, An shouldn't set flags. 2019-04-24 09:59:54 -04:00