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 Indirect Indexed, Y Addressing

From SnesLab
Revision as of 22:50, 23 July 2024 by Xetheria (talk | contribs) (→‎References: de n'd page #)
Jump to: navigation, search

Direct Page Indirect Indexed, Y Addressing is supported by eight instructions.

  • ADC (opcode 71)
  • AND (opcode 31)
  • CMP (opcode D1)
  • EOR (opcode 51)
  • LDA (opcode B1)
  • ORA (opcode 11)
  • SBC (opcode F1)
  • STA (opcode 91)

Syntax

LDA (dp), Y

See Also

References