Skip Navigation

Tiny Great Languages: Languages in under 75 lines of code (blog series + GitHub)

Tiny Great Languages: Assembly

Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython ...

Comments

1