Fixed RESET

This commit is contained in:
Rodolphe de Saint Léger 2025-05-19 14:33:03 +02:00
parent 0d93bfe32d
commit 7daa27e15f
4 changed files with 10 additions and 0 deletions

View file

@ -125,6 +125,7 @@ public class InstructionTests extends TestCase {
test.executeBinTest("CLR.l");
test.executeBinTest("TRAP");
test.executeBinTest("TRAPV");
test.executeBinTest("RESET");
}
public void testJMP() {