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

Introduce MOVEM tests.

12662 opcodes to go.
This commit is contained in:
Thomas Harte 2022-04-21 16:39:17 -04:00
parent f4e99be7e1
commit 220408fcaa

View File

@ -219,8 +219,8 @@ template <int index> NSString *operand(Preinstruction instruction, uint16_t opco
case Operation::ROXRl: instruction = @"ROXR.l"; break;
case Operation::ROXRm: instruction = @"ROXR.w"; break;
// case Operation::MOVEMl: instruction = @"MOVEM.l"; break;
// case Operation::MOVEMw: instruction = @"MOVEM.w"; break;
case Operation::MOVEMl: instruction = @"MOVEM.l"; break;
case Operation::MOVEMw: instruction = @"MOVEM.w"; break;
/*
TODO: