dissn8
dissn8 copied to clipboard
sn8f2288 disassembler
Results
2
dissn8 issues
Sort by
recently updated
recently updated
newest added
This may not be the right approach, but seems to work in the simple case of `MOV A, #label$L`. Would fix: https://github.com/vpelletier/dissn8/issues/4 Note that the opcode sorting is added to...
For JUMP and CALL instructions, any unresolved label is remembered in label_referer_dict and later fixed up at the end. However this would also be useful to have working for immediate...