A Simple CHIP8 Disassembler For the purpose of practice and a helpful debugging tool in implementing a Chip8 emulator. Build Simply run the provided shell script. Usage Execute the compiled binary with an argument pointing to a valid Chip8 ROM file. Eg. build/disassembler ./pong.rom License MIT