mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 10:06:40 +13:00
add end address to gbz80disasm output in a comment
hg-commit-id: 1d79cd8b426a
This commit is contained in:
parent
e4bce7ed15
commit
e95b8f1984
|
|
@ -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