diff --git a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm index c2608b5b6..c72973487 100644 --- a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm @@ -219,8 +219,8 @@ template 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: