1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

After a quick check, eori_andi_ori also now passes.

This commit is contained in:
Thomas Harte 2022-05-20 14:47:11 -04:00
parent ee942c5c17
commit c7c12f9638

View File

@ -165,16 +165,17 @@ struct TestProcessor: public CPU::MC68000Mk2::BusHandler {
@"addq_subq.json",
@"addx_subx.json",
@"bcc.json",
@"btst_bchg_bclr_bset.json",
@"btst_bchg_bclr_bset.json", //
@"cmp.json",
@"dbcc_scc.json",
@"eor_and_or.json",
@"eori_andi_ori.json",
@"ext.json",
@"movep.json",
@"nbcd.json",
@"ext.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"]];
}