[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 65816/6502 assembly books
- Subject: Re: 65816/6502 assembly books
- From: Rubywand <rubywand@swbell.net>
- Date: Sun, 21 Nov 2004 13:44:49 GMT
- Newsgroups: comp.sys.apple2
- Organization: SBC http://yahoo.sbc.com
- References: <COBmd.2560$pK6.2454@newsread2.news.atl.earthlink.net> <1mDmd.5670$_3.76448@typhoon.sonic.net>
- Xref: g2news1.google.com comp.sys.apple2:5783
Andy McFadden writes ...
>
> Jonathan Culp <johnathanculp@earthlink.net> wrote:
> > Hi, this is my first post. My name is Jonathan Culp and as a personal
> > project I've been trying to write and apple iigs emulator for the windows
> > platform. I've checked the web everywhere for books related to 65816
> > processor assembly language but almost all of them are out of print with NO
> > used copies for sale.
>
> Assuming you're fairly familiar with writing code for the CPU, you can find
> the data sheet here:
>
> http://westerndesigncenter.com/wdc/w65c816s.cfm
>
> It has the tables you need, but it's fairly terse. The definitive guide
> is the Eyes/Lichty book, which has the same tables but in a slightly nicer
> layout:
>
> http://www.amazon.com/exec/obidos/tg/detail/-/0893037893/qid=1100677342/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/104-1264212-8300758?v=glance&s=books&n=507846
>
> It is hard to find, but it's the one book you really want.
>
....
It's probably the best. Another very good choice is
65816/65802 Assembly Language Programming by Michael Fischer.
Rubywand