diff python/testc3.py @ 160:10330be89bc2

Started from scratch with code edit
author Windel Bouwman
date Sat, 09 Mar 2013 11:56:48 +0100
parents 9683a4cd848f
children d8c735dc31f9
line wrap: on
line diff
--- a/python/testc3.py	Fri Mar 08 17:16:22 2013 +0100
+++ b/python/testc3.py	Sat Mar 09 11:56:48 2013 +0100
@@ -86,6 +86,7 @@
       with open('dummydummy.asm', 'w') as f:
          f.write('bits 64\n')
          for a in x86gen.asm:
+            print(a)
             f.write(str(a) + '\n')
    else:
       print('Not generating code')