Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
/ etherea Public archive

An emulator(/interpreter) for CHIP-8, the popular 1970s programming language

Notifications You must be signed in to change notification settings

cecelot/etherea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An emulator(/interpreter) for CHIP-8, the popular 1970s programming language

Topics

Resources

Stars

Watchers

Forks