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
(opcode 04) |
(opcode 85) |
||
Line 22: | Line 22: | ||
* [[ROL]] | * [[ROL]] | ||
* [[ROR]] | * [[ROR]] | ||
* [[STA]] | * [[STA]] (opcode 85) | ||
* [[STX]] | * [[STX]] | ||
* [[STY]] | * [[STY]] |
Revision as of 13:33, 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 (opcode E5)
- EOR (opcode 45)
- ASL
- LSR
- INC
- DEC
- BIT
- CMP
- CPX
- CPY
- ORA
- AND
- LDA
- LDX
- LDY
- ROL
- ROR
- STA (opcode 85)
- STX
- STY
- STZ
- TRB (opcode 14)
- TSB (opcode 04)