summaryrefslogtreecommitdiffstats
path: root/lab1asm.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab1asm.py')
-rw-r--r--lab1asm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lab1asm.py b/lab1asm.py
index f6c7997..46dd3f6 100644
--- a/lab1asm.py
+++ b/lab1asm.py
@@ -72,6 +72,7 @@ def write(prog, labels):
print("PM:")
print(prog)
+ print("\n".join(["{}: {:02x}".format(*label) for label in labels.items()]), file=sys.stderr)
if __name__ == "__main__":