Library to translate binary or hex chip8 roms into human readable opcodes.
This is the core component of a disassembler for Chip-8 roms, which can also be uses as a debugging tool in a Chip-8 emulator.
Convert a vector of bytes(u8) into human readable memonics. The strings are returned as Vec