We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Direct Page Indexed, Y Addressing: Difference between revisions
From SnesLab
(complex admodes) |
(→References: hid archive URL for E&L) |
||
Line 17: | Line 17: | ||
=== References === | === References === | ||
# [[Eyes & Lichty]] | # [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/391 page 391] | ||
# section 3.5.12 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf | # section 3.5.12 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf | ||
# lbid, section 3.3 | # lbid, section 3.3 |
Latest revision as of 14:38, 8 August 2024
Direct Page Indexed Y, Addressing is supported by two instructions:
The effective addresses generated by it are always in bank 0.[3]
Syntax
LDX dp, Y STX dp, Y
See Also
References
- Eyes & Lichty, page 391
- section 3.5.12 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf
- lbid, section 3.3