shithub: pokered

Download patch

ref: 632317bd1a287d912f8d596db4a1207fcec64bec
parent: cdfdfb33376678e91815b7a2fe1e7b648190b2b6
parent: e95b8f1984449853b2c836d0142d1679728dc94a
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 10 19:07:48 EST 2012

Merge.

hg-commit-id: ffd75513dbdc


--- a/extras/gbz80disasm.py
+++ b/extras/gbz80disasm.py
@@ -755,6 +755,9 @@
         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):