diff options
Diffstat (limited to 'atk16-utils/ucode.py')
| -rwxr-xr-x | atk16-utils/ucode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk16-utils/ucode.py b/atk16-utils/ucode.py index 07d0554..22a2ce2 100755 --- a/atk16-utils/ucode.py +++ b/atk16-utils/ucode.py @@ -83,7 +83,7 @@ ucode = [ not_branch([IM_EN|PC_OE|IPC_IE, ISRA_OE|MAR_IE, MEM_OE|PC_IE, US_RS, 0, 0, 0, 0]), # ISRP1 1101 XXXX XXXX XXXX not_branch([IM_EN|PC_OE|IPC_IE, ISRA_OE|MAR_IE, MEM_OE|PC_IE, US_RS, 0, 0, 0, 0]), - # RTI 1110 XXXX XXXX XXXX + # RTI 1110 XXXX XXXX XXXX not_branch([*fetch, IM_DS|IPC_OE|PC_IE, US_RS, 0, 0, 0, 0]), # HLT 1111 XXXX XXXX XXXX not_branch([*fetch, HALT, 0, 0, 0, 0, 0]), |
