CHIP-8 interpreter written in C. Work in progress. Currently only supports only the instructions needed to load the IBM ROM.
crisp-8 <path-to-ROM>
Clone this repo including submodules, then:
mkdir build
cd build
cmake ..
make
Thank you Moonie, Pari, and others for helping me inspire me to do this, and helping me figure everything out <3