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 Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(see also zp)
(→‎See Also: Direct Page Bit Addressing)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Direct Page Addressing''' is an [[addressing mode]] that is supported by the [[65c816]] and [[SPC700]].
'''Direct Page Addressing''' is an [[addressing mode]] that is supported by the [[65c816]] and [[SPC700]].


The operand specifies which byte of the direct page to access.
The operand specifies which byte of the [[direct page]] to access.
 
Supported by 24 instructions:
* [[ADC]]
* [[SBC]]
* [[EOR]]
* [[ASL]]
* [[LSR]]
* [[INC]]
* [[DEC]]
* [[BIT]]
* [[CMP]]
* [[CPX]]
* [[CPY]]
* [[ORA]]
* [[AND]]
* [[LDA]]
* [[LDX]]
* [[LDY]]
* [[ROL]]
* [[ROR]]
* [[STA]]
* [[STX]]
* [[STY]]
* [[STZ]]
* [[TRB]]
* [[TSB]]


=== See Also ===
=== See Also ===
* [[Zero Page Addressing]]
* [[Zero Page Addressing]]
* [[Direct Page Bit Addressing]]
=== Reference ===
* [[Eyes & Lichty]], page 389: https://archive.org/details/0893037893ProgrammingThe65816/page/n415
* lbid, page 114: https://archive.org/details/0893037893ProgrammingThe65816/page/n140


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:65c816 additions]]

Latest revision as of 07:51, 18 December 2023

Direct Page Addressing is an addressing mode that is supported by the 65c816 and SPC700.

The operand specifies which byte of the direct page to access.

Supported by 24 instructions:

See Also

Reference