mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
merge
hg-commit-id: 179864ca89bf
This commit is contained in:
commit
5115993d5a
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:
|
||||
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
|
||||
|
||||
def random_asm_label():
|
||||
|
|
Loading…
Reference in a new issue