mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Introduce MOVEM tests.
12662 opcodes to go.
This commit is contained in:
parent
f4e99be7e1
commit
220408fcaa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user