Skip to content
/ chip8 Public

Chip-8 Emulator in Rust

License

Notifications You must be signed in to change notification settings

vangroan/chip8

Repository files navigation

chip-8 virtual machine

CLI Usage

Chip8 v0.3.0

usage: chip8 CMD [FILE]

commands:
    run     Run the target ROM file
    asm     Compile the target assembly file into a ROM
    dis     Disassemble the the target ROM into readable assembly

examples:
    chip8 run breakout.rom
    chip8 asm breakout.asm
    chip8 dis breakout.rom

About

Chip-8 Emulator in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published