This commit is contained in:
Neil Webber 2023-09-24 08:59:54 -04:00
parent 7dee0dbf9e
commit 09c8f468d9

View file

@ -23,6 +23,7 @@
# These tables are helpful to have for assembler, disassembler, etc # These tables are helpful to have for assembler, disassembler, etc
BRANCH_CODES = { BRANCH_CODES = {
'br': 0o000400,
'bne': 0o001000, 'bne': 0o001000,
'beq': 0o001400, 'beq': 0o001400,
'bpl': 0o100000, 'bpl': 0o100000,