mirror of
https://bitbucket.org/rslr/miggy-cpu.git
synced 2026-06-13 03:26:29 +00:00
Fixed CHK
Added 68000 only Bcc
This commit is contained in:
parent
d2d7171a18
commit
0d93bfe32d
7 changed files with 737 additions and 636 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue