mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
TODO is done.
This commit is contained in:
parent
2f7cff84d9
commit
330ec1b848
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user