Programming the 65816: Including the 6502, 65C02, and 65802

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
mkl0815
Posts: 183
Joined: 25 Mar 2013
Location: Germany
Contact:

Programming the 65816: Including the 6502, 65C02, and 65802

Post by mkl0815 »

Hello everyone,

I found this book Programming the 65816: Including the 6502, 65C02, and 65802 created by WDC on Amazon. Is it worth buying? Has anyone the kindle version of this book. Often the kindle version is only scanned and images and tables are really hard to read.

With best regards,
Mario.
How should I know what I think, until I hear what I've said.
User avatar
GARTHWILSON
Forum Moderator
Posts: 8773
Joined: 30 Aug 2002
Location: Southern California
Contact:

Re: Programming the 65816: Including the 6502, 65C02, and 65

Post by GARTHWILSON »

It's one we keep recommending here. I have not seen any other book so good. It has more helpful detail than any of the others. I have the paper version which I paid $50 for 20+ years ago (before most people had internet access and before most companies had websites), and I refer to it frequently. It has been well worth it.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Programming the 65816: Including the 6502, 65C02, and 65

Post by BigEd »

Judging by the kindle preview, the presentation is fine, as good as an authored PDF, including the tables and diagrams.
hoglet
Posts: 367
Joined: 29 Jun 2014

Re: Programming the 65816: Including the 6502, 65C02, and 65

Post by hoglet »

This tome seems to be freely available, under an agreement with the original authors (Eyes and Lichty):
http://www.6502.org/documents/datasheet ... manual.pdf

Edit: See also some recent discussion here:
https://forums.nesdev.com/viewtopic.php?f=12&t=14713

Dave
User avatar
BitWise
In Memoriam
Posts: 996
Joined: 02 Mar 2004
Location: Berkshire, UK
Contact:

Re: Programming the 65816: Including the 6502, 65C02, and 65

Post by BitWise »

The PDF is good but you can't beat a paper copy when it comes to bookmarking key pages. I bought a copy from Amazon this year. Quite a weighty tome.
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
User avatar
floobydust
Posts: 1394
Joined: 05 Mar 2013

Re: Programming the 65816: Including the 6502, 65C02, and 65

Post by floobydust »

I'll echo the same... I bought the book when it first came out and it's been very useful. I also have the PDF version which I keep open when working on projects. Another book I would recommend is "6502 Assembly Language Subroutines" by Leventhal and Saville. It has many useful routines which can easily be adapted.
Post Reply