My implementation of the historical Chip-8 intepreted programming language for fun and not profit.

Simply run the program with the ROM to load:
./xchip8 <ROM>Popular ROMs can be downloaded from here.
Build with:
# include debug symbols and prints instruction steps
make DEBUG=1|0There is just one test for now, but you can run all available tests with:
make test
The implementation followed this reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
Generate a compile_commands.json using Bear:
bear -- make