Writing an assembler in Python

Anh Hai Trinh anh.hai.trinh at gmail.com
Tue Feb 23 10:14:16 EST 2010


On Feb 23, 10:08 am, Lawrence D'Oliveiro <l... at geek-
central.gen.new_zealand> wrote:
>
> Let me suggest an alternative approach: use Python itself as the assembler.
> Call routines in your library to output the code. That way you have a
> language more powerful than any assembler.
>
> See <http://github.com/ldo/crosscode8> for an example.

SyntaxError: Non-matching "#end if" in crosscode8.py:345



More information about the Python-list mailing list