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 24) |
(opcode C5) |
||
Line 12: | Line 12: | ||
* [[DEC]] (opcode C6) | * [[DEC]] (opcode C6) | ||
* [[BIT]] (opcode 24) | * [[BIT]] (opcode 24) | ||
* [[CMP]] | * [[CMP]] (opcode C5) | ||
* [[CPX]] (opcode E4) | * [[CPX]] (opcode E4) | ||
* [[CPY]] (opcode C4) | * [[CPY]] (opcode C4) |
Revision as of 13:56, 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 (opcode 06)
- LSR (opcode 46)
- INC (opcode E6)
- DEC (opcode C6)
- BIT (opcode 24)
- CMP (opcode C5)
- CPX (opcode E4)
- CPY (opcode C4)
- ORA
- AND
- LDA (opcode A5)
- LDX (opcode A6)
- LDY (opcode A4)
- ROL (opcode 26)
- ROR (opcode 66)
- STA (opcode 85)
- STX (opcode 86)
- STY (opcode 84)
- STZ (opcode 64)
- TRB (opcode 14)
- TSB (opcode 04)