Fix CNTR opcode in ISA test ROM
This commit is contained in:
Binary file not shown.
@@ -31,7 +31,7 @@ VERIFIED_OPCODES = [
|
|||||||
(0x300014, "M4 = 1"),
|
(0x300014, "M4 = 1"),
|
||||||
(0x500008, "L0 = 0"),
|
(0x500008, "L0 = 0"),
|
||||||
(0x300008, "L4 = 0"),
|
(0x300008, "L4 = 0"),
|
||||||
(0x3000AE, "CNTR = 10"),
|
(0x5000AF, "CNTR = 10"),
|
||||||
# Type 17: Reg = Reg
|
# Type 17: Reg = Reg
|
||||||
(0x0D00A0, "AR = AX0"),
|
(0x0D00A0, "AR = AX0"),
|
||||||
(0x0D00B1, "SI = AX1"),
|
(0x0D00B1, "SI = AX1"),
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user