etherea 0.2.0

An interpreter for the CHIP-8 programming language.
Documentation

etherea

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.

Install

With cargo:

cargo install etherea

Usage

Run a ROM:
etherea path/to/rom.ch8
View options:
etherea --help

References