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 Indirect Indexed, Y Addressing: Difference between revisions
From SnesLab
(SBC, STA) |
(→References: hid archive URL for E&L) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Direct Page Indirect Indexed, Y Addressing''' is supported by eight instructions. | |||
* [[ADC]] | * [[ADC]] (opcode 71) | ||
* [[AND]] | * [[AND]] (opcode 31) | ||
* [[CMP]] | * [[CMP]] (opcode D1) | ||
* [[EOR]] | * [[EOR]] (opcode 51) | ||
* [[LDA]] | * [[LDA]] (opcode B1) | ||
* [[ORA]] | * [[ORA]] (opcode 11) | ||
* [[SBC]] | * [[SBC]] (opcode F1) | ||
* [[STA]] | * [[STA]] (opcode 91) | ||
==== Syntax ==== | |||
<pre> | |||
LDA (dp), Y | |||
</pre> | |||
=== See Also === | === See Also === | ||
* [[Direct Page Indirect Long Indexed, Y Addressing]] | * [[Direct Page Indirect Long Indexed, Y Addressing]] | ||
* [[Direct Page Addressing]] | |||
=== | === References === | ||
* | * [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/395 page 395] | ||
[[Eyes & Lichty]], | * section 3.5.13 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf | ||
[[Category:Addressing Modes]] | [[Category:Addressing Modes]] | ||
[[Category:Complex Admodes]] | |||
[[Category:65c816 additions]] | |||
[[Category:ASM]] |
Latest revision as of 21:41, 8 August 2024
Direct Page Indirect Indexed, Y Addressing is supported by eight instructions.
- ADC (opcode 71)
- AND (opcode 31)
- CMP (opcode D1)
- EOR (opcode 51)
- LDA (opcode B1)
- ORA (opcode 11)
- SBC (opcode F1)
- STA (opcode 91)
Syntax
LDA (dp), Y
See Also
References
- Eyes & Lichty, page 395
- section 3.5.13 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf