Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 349 Bytes

chip8

A CHIP-8 emulator written in Rust.

Build the project by running:

cargo build

Run the emulator using:

cargo run

If you would like to output debug information as the emulator is running, use:

cargo run debug

And if you would like to also step through the ROM instruction by instruction:

cargo run debug step