mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Implement various ADD, SUB patterns.
This commit is contained in:
parent
6cfc0e80d9
commit
af3518dc1f
@ -156,12 +156,14 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
|
|||||||
|
|
||||||
// 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:@[
|
_fileSet = [NSSet setWithArray:@[
|
||||||
|
@"add_sub.json",
|
||||||
|
|
||||||
// Below this line are passing tests.
|
// Below this line are passing tests.
|
||||||
@"eor_and_or.json",
|
|
||||||
@"abcd_sbcd.json",
|
@"abcd_sbcd.json",
|
||||||
|
@"eor_and_or.json",
|
||||||
@"nbcd.json",
|
@"nbcd.json",
|
||||||
@"ext.json"]];
|
@"ext.json"]];
|
||||||
// _testSet = [NSSet setWithArray:@[@"EOR b1a1"]];
|
// _testSet = [NSSet setWithArray:@[@"SUB 998c"]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)testAll {
|
- (void)testAll {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user