We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Eyes & Lichty: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎Quick Links: promoted parts to headers)
Line 35: Line 35:
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n399 The Addressing Modes]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n399 The Addressing Modes]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n447 The Instruction Sets]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n447 The Instruction Sets]
<div style="column-count:10">
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n449 ADC]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n449 ADC]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n451 AND]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n451 AND]
Line 125: Line 126:
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n550 XBA]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n550 XBA]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n551 XCE]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n551 XCE]
</div>
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n553 Instruction Lists]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n553 Instruction Lists]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n567 Appendices]
*[https://archive.org/details/0893037893ProgrammingThe65816/page/n567 Appendices]

Revision as of 08:37, 19 May 2023

"Eyes & Lichty" is scene slang for the excellent manual "Programming the 65816 Including the 6502, 65C02, and 65802" by David Eyes & Ron Lichty. It may be the best unofficial textbook on SNES programming, due in no small part to the fact that the Ricoh 5A22 is based on the 65c816 and the SPC700 is based on the 6502.

Eratta

  • In the tables that show which MPU supports which instructions, an "X" denotes yes and a " " denotes no. Many readers would find a check mark less confusing.

Quick Links

Part I Basics

Part II Architecture

Part III Tutorial