mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 03:40:41 +12:00
merge
hg-commit-id: 179864ca89bf
This commit is contained in:
commit
5115993d5a
2 changed files with 371 additions and 146 deletions
514
common.asm
514
common.asm
File diff suppressed because it is too large
Load diff
|
|
@ -578,7 +578,8 @@ def find_label(local_address, bank_id=0):
|
||||||
|
|
||||||
for label_entry in all_labels:
|
for label_entry in all_labels:
|
||||||
if label_entry["local_pointer"].upper() == local_address:
|
if label_entry["local_pointer"].upper() == local_address:
|
||||||
return label_entry["label"]
|
if label_entry["bank_id"] == bank_id:
|
||||||
|
return label_entry["label"]
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def random_asm_label():
|
def random_asm_label():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue