From d478a1b448aaace1a088709fe3655d0aed1fe651 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 6 May 2022 10:04:20 -0400 Subject: [PATCH] Proceed to next failure: PEA. --- OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm index e056ade84..799640b3b 100644 --- a/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000ComparativeTests.mm @@ -43,7 +43,10 @@ // lslr_aslr_roxlr_rolr // move_tofrom_srccr // move +// movem // movep +// moveq +// mulu_muls // Issues to fix: // @@ -72,8 +75,8 @@ - (void)setUp { // To limit tests run to a subset of files and/or of tests, uncomment and fill in below. - _fileSet = [NSSet setWithArray:@[@"movem.json"]]; -// _testSet = [NSSet setWithArray:@[@"MOVEM 00a8 (0)"]]; + _fileSet = [NSSet setWithArray:@[@"nbcd_pea.json"]]; +// _testSet = [NSSet setWithArray:@[@"MOVEM 0098 (0)"]]; // _fileSet = [NSSet setWithArray:@[@"jmp_jsr.json"]]; // _testSet = [NSSet setWithArray:@[@"CHK 41a8"]]; }