mirror of
https://bitbucket.org/rslr/miggy-cpu.git
synced 2026-06-13 03:26:29 +00:00
Fixed CLR
This commit is contained in:
parent
7920f8c6da
commit
bd74a9661f
6 changed files with 15 additions and 3 deletions
|
|
@ -110,9 +110,9 @@ public class InstructionTests extends TestCase {
|
|||
test.executeBinTest("TST.b");
|
||||
test.executeBinTest("TST.w");
|
||||
test.executeBinTest("TST.l");
|
||||
// test.executeBinTest("CLR.b");
|
||||
// test.executeBinTest("CLR.w");
|
||||
// test.executeBinTest("CLR.l");
|
||||
test.executeBinTest("CLR.b");
|
||||
test.executeBinTest("CLR.w");
|
||||
test.executeBinTest("CLR.l");
|
||||
test.executeBinTest("TRAP");
|
||||
test.executeBinTest("TRAPV");
|
||||
}
|
||||
|
|
|
|||
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.b.json.bin
Normal file
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.b.json.bin
Normal file
Binary file not shown.
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.l.json.bin
Normal file
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.l.json.bin
Normal file
Binary file not shown.
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.w.json.bin
Normal file
BIN
miggy-emu/src/test/resources/miggy/cpupoet/CLR.w.json.bin
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue