Date : Wed, 17 Dec 2008 13:47:13 -0000
From : michael.firth@... (michael.firth@...)
Subject: Disassembler for 6502
> -----Original Message-----
> From:
> bbc-micro-bounces+michael.firth=bt.com@...
> [mailto:bbc-micro-bounces+michael.firth=bt.com@...
> .uk] On Behalf Of Chris Johns
> Sent: 17 December 2008 13:12
> To: BBC Micro Mailing List
> Subject: [BBC-Micro] Disassembler for 6502
>
> Does anyone have any recomendations for what to use to
> disassmeble 6502
> code?
> --
> Chris Johns <chris@...>
>
I always found that the disassembler built into the ADT 'MEX' command was
good enough for most things - it interprets the &FC00-&FFFF range as symbolic
names, and can follow jumps by pressing return.
The only complaint is that it doesn't have any way of implementing a code
offset - e.g. if you loaded a ROM image at &3000, but wanted it to follow
absolute jumps as if it had been loaded at &8000
Michael