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

Enable MOVEP tests.

This commit is contained in:
Thomas Harte 2022-04-21 18:57:47 -04:00
parent 220408fcaa
commit c899ee0d55

View File

@ -222,11 +222,12 @@ template <int index> NSString *operand(Preinstruction instruction, uint16_t opco
case Operation::MOVEMl: instruction = @"MOVEM.l"; break;
case Operation::MOVEMw: instruction = @"MOVEM.w"; break;
case Operation::MOVEPl: instruction = @"MOVEP.l"; break;
case Operation::MOVEPw: instruction = @"MOVEP.w"; break;
/*
TODO:
MOVEPl, MOVEPw,
ANDb, ANDw, ANDl,
EORb, EORw, EORl,
NOTb, NOTw, NOTl,