mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
With a shift to MOVE.q, all tests now pass again.
12802 opcodes now untested.
This commit is contained in:
parent
a8a1a74b79
commit
9697e666b7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user