mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13:00
Merge.
hg-commit-id: ffd75513dbdc
This commit is contained in:
commit
632317bd1a
|
|
@ -755,6 +755,9 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000):
|
|||
if label_line["usage"] == 0:
|
||||
output = output.replace((label_line["name"] + " ; " + hex(address) + "\n").lower(), "")
|
||||
|
||||
#add the offset of the final location
|
||||
output += "; " + hex(offset)
|
||||
|
||||
return (output, offset)
|
||||
|
||||
def has_outstanding_labels(byte_labels):
|
||||
|
|
|
|||
Loading…
Reference in a new issue