view python/x86.py @ 157:8f3924b6076e

Added some code generator things
author Windel Bouwman
date Sun, 03 Mar 2013 18:14:35 +0100
parents
children 9683a4cd848f
line wrap: on
line source

import ppci

class X86CodeGen:
   def __init__(self, diag):
      self.diag = diag

   def genBin(self, i):
      print(i)