Fix CNTR opcode in ISA test ROM

This commit is contained in:
2026-04-22 22:43:15 +02:00
parent de06753520
commit 14694fcbc4
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -31,7 +31,7 @@ VERIFIED_OPCODES = [
(0x300014, "M4 = 1"),
(0x500008, "L0 = 0"),
(0x300008, "L4 = 0"),
(0x3000AE, "CNTR = 10"),
(0x5000AF, "CNTR = 10"),
# Type 17: Reg = Reg
(0x0D00A0, "AR = AX0"),
(0x0D00B1, "SI = AX1"),

Binary file not shown.