1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00

TODO is done.

This commit is contained in:
Thomas Harte 2022-05-09 11:52:33 -04:00
parent 2f7cff84d9
commit 330ec1b848

View File

@ -247,7 +247,6 @@ NSString *operand(Preinstruction instruction, uint16_t opcode, int index) {
case Operation::ROXRl: instruction = @"ROXR.l"; break;
case Operation::ROXRm: instruction = @"ROXR.w"; break;
// TODO: switch operand order for toR.
case Operation::MOVEMtoMl: instruction = @"MOVEM.l"; break;
case Operation::MOVEMtoMw: instruction = @"MOVEM.w"; break;
case Operation::MOVEMtoRl: