asm6502
asm6502 copied to clipboard
Port disassembler from rs-nes
Currently, this pull request is a verbatim port from rs-nes. The current interface didn't have much thought put into it, so I'd like to reconsider how it's done. In particular, should InstructionDecoder return a struct that implements iterator instead of implementing itself? I need to figure out what would be considered the idiomatic approach.