br
This commit is contained in:
parent
7dee0dbf9e
commit
09c8f468d9
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
# These tables are helpful to have for assembler, disassembler, etc
|
||||
|
||||
BRANCH_CODES = {
|
||||
'br': 0o000400,
|
||||
'bne': 0o001000,
|
||||
'beq': 0o001400,
|
||||
'bpl': 0o100000,
|
||||
|
|
Loading…
Add table
Reference in a new issue