Fixed CLR

This commit is contained in:
Rodolphe de Saint Léger 2025-05-18 23:15:52 +02:00
parent 7920f8c6da
commit bd74a9661f
6 changed files with 15 additions and 3 deletions

View file

@ -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");
}