mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
After a quick check, eori_andi_ori also now passes.
This commit is contained in:
parent
ee942c5c17
commit
c7c12f9638
@ -165,16 +165,17 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
|
|||||||
@"addq_subq.json",
|
@"addq_subq.json",
|
||||||
@"addx_subx.json",
|
@"addx_subx.json",
|
||||||
@"bcc.json",
|
@"bcc.json",
|
||||||
@"btst_bchg_bclr_bset.json",
|
@"btst_bchg_bclr_bset.json", //
|
||||||
@"cmp.json",
|
@"cmp.json",
|
||||||
@"dbcc_scc.json",
|
@"dbcc_scc.json",
|
||||||
@"eor_and_or.json",
|
@"eor_and_or.json",
|
||||||
|
@"eori_andi_ori.json",
|
||||||
@"ext.json",
|
@"ext.json",
|
||||||
@"movep.json",
|
@"movep.json",
|
||||||
@"nbcd.json",
|
@"nbcd.json",
|
||||||
@"ext.json",
|
@"ext.json",
|
||||||
@"swap.json",
|
@"swap.json",
|
||||||
]]; // 15/32 = ~47 % done, as far as the tests go.
|
]]; // 16/32 = 50 % done, as far as the tests go.
|
||||||
// _testSet = [NSSet setWithArray:@[@"BCLR 0122"]];
|
// _testSet = [NSSet setWithArray:@[@"BCLR 0122"]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user