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 Addressing: Difference between revisions
From SnesLab
(bolded title) |
(→References: hid archive URL for E&L) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Direct Page Indirect Addressing''' is supported by eight instructions: | '''Direct Page Indirect Addressing''' is supported by eight instructions: | ||
* [[ADC]] | * [[ADC]] (opcode 72) | ||
* [[AND]] | * [[AND]] (opcode 32) | ||
* [[CMP]] | * [[CMP]] (opcode D2) | ||
* [[EOR]] | * [[EOR]] (opcode 52) | ||
* [[LDA]] | * [[LDA]] (opcode B2) | ||
* [[ORA]] | * [[ORA]] (opcode 12) | ||
* [[SBC]] | * [[SBC]] (opcode F2) | ||
* [[STA]] | * [[STA]] (opcode 92) | ||
==== Syntax ==== | |||
<pre> | |||
LDA (dp) | |||
</pre> | |||
=== See Also === | === See Also === | ||
* [[Direct Page Indirect Long Addressing]] | * [[Direct Page Indirect Long Addressing]] | ||
* [[Direct Page Addressing]] | |||
=== | === References === | ||
* [[Eyes & Lichty]] | * [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/393 page 393] | ||
* | * [https://archive.org/details/0893037893ProgrammingThe65816/page/128 page 128], lbid | ||
* section 3.5.16 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf | |||
[[Category:Addressing Modes]] | [[Category:Addressing Modes]] | ||
[[Category:Simple Admodes]] | |||
[[Category:ASM]] | |||
[[Category:65c816 additions]] |
Latest revision as of 14:25, 8 August 2024
Direct Page Indirect Addressing is supported by eight instructions:
- ADC (opcode 72)
- AND (opcode 32)
- CMP (opcode D2)
- EOR (opcode 52)
- LDA (opcode B2)
- ORA (opcode 12)
- SBC (opcode F2)
- STA (opcode 92)
Syntax
LDA (dp)
See Also
References
- Eyes & Lichty, page 393
- page 128, lbid
- section 3.5.16 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf