From c899ee0d5580b2f2359ba1861178bfbc541024b3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 21 Apr 2022 18:57:47 -0400 Subject: [PATCH] Enable MOVEP tests. --- OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,