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
:
cargo install etherea
Run a ROM:
etherea run path/to/rom.ch8
Disassemble a ROM:
etherea disassemble path/to/rom.ch8
View options:
etherea --help