6502 Go Compiler Hello World
compiler defaultSo what are we doing? As mentioned in the introduction, we’re going to take a really simple approach to building a compiler and creating executable code following Jack Crenshaw’s “Let’s Build a Compiler” series. Ideally, you’ll follow along, writing this code, assembling the output, and executing on a 6502 emulator somewhere. It will probably get really annoying to keep reading “As in the original articles”, so take it a given that the rest of this series is shamelessly stolen from that wonderful work.
Read more...