Writing an assembler in Python

Giorgos Tzampanakis gt67 at hw.ac.uk
Mon Feb 22 21:24:00 EST 2010


I'm implementing a CPU that will run on an FPGA. I want to have a  
(dead) simple assembler that will generate the machine code for 
me. I want to use Python for that. Are there any libraries that 
can help me with the parsing of the assembly code?



More information about the Python-list mailing list