R6501 Disassembler?

Programming the 6502 microprocessor and its relatives in assembly and other languages.
dwesti
Posts: 11
Joined: 31 Oct 2018

Re: R6501 Disassembler?

Post by dwesti »

whartung wrote:
The best test of a disassembler is to disassemble code that you have the source code to and check that it matches.
Better to build all opcode set and check disassembler. Same I did with z80, because code has some errors, only in this case i fixed program.
dwesti
Posts: 11
Joined: 31 Oct 2018

Re: R6501 Disassembler?

Post by dwesti »

Some opcodes. I think I didn't miss anything
Attachments
opcodes.zip
(1.12 KiB) Downloaded 54 times
Post Reply