[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 65C02 : deduce addressing from opcode ?



In article <Xns96239557F124DZoupla@212.27.42.71>, Zouplaz <pouet@pouet.com> wrote:
> Peter Ibbotson - spambox@ibbotson.co.uk :
>
>> I used to know this, but if you look in the Apple ][ Redbook (this is
>> online somewhere) the monitor listing contains the disassembler Woz
>> wrote. This has details on the exact patterns allowed.
>
> Yes good idead, I'll try to find it with Google...

Google keywords: "6502 disassembler Apple" returned:

http://www.applefritter.com/filestore2/download/6882/Apple1WozDrDobbsDisasm.pdf

6502 disassembler that Steve Wozniak and Allen Baum wrote and was
printed in Dr. Dobbs Journal in September 1976.

This was for the Apple I, but should be similiar for the II, too. There
will be some minor differences such as the newer 65C02 opcodes not listed.

-Dan