A CHIP-8 interepreter that runs in a terminal.
Run c8 --help
for a list of options.
Install cargo
For the original instruction set use:
cargo build --release
For the new instruction set used by some newer games use:
cargo build --release --features new_instructions