diff python/x86.py @ 191:6b2bec5653f1

Added assembler testset
author Windel Bouwman
date Sun, 26 May 2013 15:28:07 +0200
parents 25a0753da4cf
children
line wrap: on
line diff
--- a/python/x86.py	Sat May 25 15:15:42 2013 +0200
+++ b/python/x86.py	Sun May 26 15:28:07 2013 +0200
@@ -2,7 +2,10 @@
 import ir
 
 class X86CodeGenSimple:
-   """ Inefficient code generation, assume stack machine """
+   """ 
+    Inefficient code generation, assume stack machine 
+    backend
+   """
    def __init__(self, diag):
       self.diag = diag