View on GitHub

Quorten Blog 1

First blog for all Quorten's blog-like writings

So, you’re wondering what it takes to create a compiler for small 8-bit systems? For small 8-bit systems, a mixed mode compiler is ideal: byte code plus native machine code. Byte code is required for compact program representation with large amounts of source code, whereas native machine code is required for highly optimized tight inner loops.