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

Proceed to next failure: PEA.

This commit is contained in:
Thomas Harte 2022-05-06 10:04:20 -04:00
parent 190a351a29
commit d478a1b448

View File

@ -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"]];
}