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