1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

With a shift to MOVE.q, all tests now pass again.

12802 opcodes now untested.
This commit is contained in:
Thomas Harte 2022-04-21 16:16:34 -04:00
parent a8a1a74b79
commit 9697e666b7

View File

@ -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;