Fixed CHK

Added 68000 only Bcc
This commit is contained in:
Rodolphe de Saint Léger 2025-05-19 14:14:07 +02:00
parent d2d7171a18
commit 0d93bfe32d
7 changed files with 737 additions and 636 deletions

View file

@ -91,8 +91,8 @@ public class InstructionTests extends TestCase {
public void testBcc() {
CoreTest test = new CoreTest(0xffffff + 1, true);
test.executeBinTest("Bcc", 373, 466, 570, 1547, 1695, 1782, 2166, 2224, 2441);
test.executeBinTest("BSR", 25, 573, 814, 1357, 1443, 1509, 1734, 1934, 2232, 2338);
test.executeBinTest("Bcc");
test.executeBinTest("BSR");
}
public void testDBcc() {
@ -104,6 +104,7 @@ public class InstructionTests extends TestCase {
public void testMisc() {
CoreTest test = new CoreTest(0xffffff + 1, true);
test.executeBinTest("CHK");
test.executeBinTest("NOP");
test.executeBinTest("EXG");
test.executeBinTest("SWAP");