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
|
# 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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue