1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +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
// lea
// lslr_aslr_roxlr_rolr
// move_tofrom_srccr
// Issues to fix:
//
@ -69,7 +70,7 @@
- (void)setUp {
// 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"]];
// _fileSet = [NSSet setWithArray:@[@"jmp_jsr.json"]];
// _testSet = [NSSet setWithArray:@[@"CHK 41a8"]];