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

From SnesLab
Jump to: navigation, search
(→‎See Also: Absolute Addressing)
Line 20: Line 20:
[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:Inherited from 6502]]

Revision as of 02:19, 27 June 2024

Absolute Indexed, Y Addressing is supported by nine instructions:

  • ADC (opcode 79)
  • AND (opcode 39)
  • CMP (opcode D9)
  • EOR (opcode 59)
  • LDA (opcode B9)
  • LDX (opcode BE)
  • ORA (opcode 19)
  • SBC (opcode F9)
  • STA (opcode 99)

See Also

Reference