Added on 3 Jan 2017, Last updated on 25 Jan 2017.
25 Jan 2017
Added Super Chip-8 support
3 Jan 2017
Initial upload
My dissasembler dissasembles using the opcode mnemonics from "Cowgod's Chip 8 technical reference" (here). each opcode is also followed by a semicolon for placing comments.
labelsnames are in the form of "lbl-nnn" with nnn being the address. data-bytes are followed by a binary representation for easy spotting of sprite data.
The dissasemler supports opcodes at uneven addresses and seperates code from data.
The only things it can't handle are the JP V0, #nnn opcode (it will be followed as a normal jump) and self-modifying code.
The dissasembled code can be re-assembled with my assembler (found here) without needing further editing.