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
(→See Also: Direct Page Bit Addressing) |
(opcode 65) |
||
Line 4: | Line 4: | ||
Supported by 24 instructions: | Supported by 24 instructions: | ||
* [[ADC]] | * [[ADC]] (opcode 65) | ||
* [[SBC]] | * [[SBC]] | ||
* [[EOR]] | * [[EOR]] |
Revision as of 13:14, 27 June 2024
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:
- ADC (opcode 65)
- SBC
- EOR
- ASL
- LSR
- INC
- DEC
- BIT
- CMP
- CPX
- CPY
- ORA
- AND
- LDA
- LDX
- LDY
- ROL
- ROR
- STA
- STX
- STY
- STZ
- TRB
- TSB