Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 352 Bytes

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