hg-commit-id: 179864ca89bf
This commit is contained in:
YamaArashi 2012-01-23 17:29:51 -08:00
commit 5115993d5a
2 changed files with 371 additions and 146 deletions

File diff suppressed because it is too large Load diff

View file

@ -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():