- https://github.com/mattmikolay/chip-8/wiki/Mastering-CHIP%E2%80%908
- https://en.wikipedia.org/wiki/CHIP-8
- https://github.com/corax89/chip8-test-rom (Note: This test will tell you that the Annn instruction is incorrect, when it's actually checking the 2nnn instruction. It's fixed here)
- To build, run
make
. - To install, run
sudo make install
.
c8 <file> <speed>
This program is free software.
It is licensed under the GNU GPL version 3 or later.
That means you are free to use this program for any purpose;
free to study and modify this program to suit your needs;
and free to share this program or your modifications with anyone.
If you share this program or your modifications
you must grant the recipients the same freedoms.
To be more specific: you must share the source code under the same license.
For details see https://www.gnu.org/licenses/gpl-3.0.html