Simple 6502 emulator that integrates with POSIX environment. Based on fake6502 by Mike Chambers. Extracted from B compiler in Crust project.
$ cc -o nob nob.c
$ ./nob
$ ./build/posix6502 ./examples/fizzbuzz.6502
The Fizz buzz binary is produced by the B compiler we extracted this project from.
It's not much, but feel free to add more.