We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Absolute Indexed, X Addressing: Difference between revisions
From SnesLab
(opcode 3E) |
(opcode 7E) |
||
Line 14: | Line 14: | ||
* [[ORA]] (opcode 1D) | * [[ORA]] (opcode 1D) | ||
* [[ROL]] (opcode 3E) | * [[ROL]] (opcode 3E) | ||
* [[ROR]] | * [[ROR]] (opcode 7E) | ||
* [[SBC]] | * [[SBC]] | ||
* [[STA]] | * [[STA]] |
Revision as of 13:09, 27 June 2024
Absolute Indexed, X Addressing is supported by 17 instructions:
- ADC (opcode 7D)
- AND (opcode 3D)
- ASL (opcode 1E)
- BIT (opcode 3C)
- CMP (opcode DD)
- DEC (opcode DE)
- EOR (opcode 5D)
- INC (opcode FE)
- LDA (opcode BD)
- LDY (opcode BC)
- LSR (opcode 5E)
- ORA (opcode 1D)
- ROL (opcode 3E)
- ROR (opcode 7E)
- SBC
- STA
- STZ