1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-23 06:28:59 +00:00

Start testing move.

This commit is contained in:
Thomas Harte 2022-05-04 20:38:56 -04:00
parent 15c90e546f
commit 46686b4b9c

View File

@ -41,6 +41,7 @@
// eori_andi_ori // eori_andi_ori
// lea // lea
// lslr_aslr_roxlr_rolr // lslr_aslr_roxlr_rolr
// move_tofrom_srccr
// Issues to fix: // Issues to fix:
// //
@ -69,7 +70,7 @@
- (void)setUp { - (void)setUp {
// To limit tests run to a subset of files and/or of tests, uncomment and fill in below. // To limit tests run to a subset of files and/or of tests, uncomment and fill in below.
_fileSet = [NSSet setWithArray:@[@"lslr_aslr_roxlr_rolr.json"]]; _fileSet = [NSSet setWithArray:@[@"move.json"]];
// _testSet = [NSSet setWithArray:@[@"LINK.w 0007"]]; // _testSet = [NSSet setWithArray:@[@"LINK.w 0007"]];
// _fileSet = [NSSet setWithArray:@[@"jmp_jsr.json"]]; // _fileSet = [NSSet setWithArray:@[@"jmp_jsr.json"]];
// _testSet = [NSSet setWithArray:@[@"CHK 41a8"]]; // _testSet = [NSSet setWithArray:@[@"CHK 41a8"]];