An emulator(/interpreter) for CHIP-8, the 1970s programming language.
All ROMs in the roms/
directory of this repository have been tested and should work. Other ROMs will be added when I resolve bugs.
With cargo
:
sh
cargo install etherea
Run a ROM:
sh
etherea path/to/rom.ch8
View options:
sh
etherea --help