mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
With a shift to MOVE.q, all tests now pass again.
12802 opcodes now untested.
This commit is contained in:
@@ -119,7 +119,7 @@ template <int index> NSString *operand(Preinstruction instruction, uint16_t opco
|
||||
case Operation::MOVEAw: instruction = @"MOVEA.w"; break;
|
||||
case Operation::MOVEAl: instruction = @"MOVEA.l"; break;
|
||||
|
||||
case Operation::MOVEq: instruction = @"MOVEq"; break;
|
||||
case Operation::MOVEq: instruction = @"MOVE.q"; break;
|
||||
|
||||
case Operation::LEA: instruction = @"LEA"; break;
|
||||
case Operation::PEA: instruction = @"PEA"; break;
|
||||
|
Reference in New Issue
Block a user