etherea

Crates.ioetherea
lib.rsetherea
version0.2.3
sourcesrc
created_at2022-12-30 22:19:59.921963
updated_at2023-01-01 04:41:52.57999
descriptionAn interpreter for the CHIP-8 programming language.
homepagehttps://github.com/chloelyn/etherea
repositoryhttps://github.com/chloelyn/etherea
max_upload_size
id748122
size88,054
Alaina (alaidriel)

documentation

README

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 run path/to/rom.ch8

Disassemble a ROM:

etherea disassemble path/to/rom.ch8

View options:

etherea --help

References

Commit count: 44

cargo fmt