A 6502 Disassembler From Compute! Issue 8 / January 1981
www.atarimagazines.com
Anyway, as I started on 6502 I thought I'd have a play (particularly as you can cut and paste rather than typing).
So I downloaded a 6502 emulator PC-BASIC 2.0.7, and gave it a try - bearing in mind I'm not running on actual 6502 hardware, so I've no 6502 machine code to disassemble, and I've no idea where the peek instructions are actually reading?. But I expected it to at least 'work'.
Anyway, needless to say, it didn't go well, if anyone cares to look at the code it's absolutely littered with glaring errors, and I'm still working on it
Well still playing, as I've no idea what 'peek' does in the BASIC interpreter I'm using, I thought I'd try VICE, running a C64 emulator - unfortunately I can't ctr & paste the code, as the C64 needs it to be in lower case, even though it appears as upper case. So I'm currently retyping it - slowly