diff --git a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm index c72973487..c00338370 100644 --- a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm @@ -222,11 +222,12 @@ template 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,