CHIP-8 emulator written in Go.
This comes with a chip8 package that can be used as a library for executing CHIP-8 binary programs, and also a chip8 reference command.
You can install it with:
$ go install -u github.com/ejholmes/chip8/cmd/chip8And run a binary like so:
$ chip8 run myprog.ch8The default display implementation uses go-termbox so the program runs entirely inside your terminal.
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ http://devernay.free.fr/hacks/chip8/C8TECH10.HTM