asm6502 icon indicating copy to clipboard operation
asm6502 copied to clipboard

Port disassembler from rs-nes

Open bgourlie opened this issue 8 years ago • 0 comments

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.

bgourlie avatar Feb 04 '17 21:02 bgourlie