We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Stack Relative Indirect Indexed, Y Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
((opcode B3))
((opcode 53))
Line 4: Line 4:
* [[AND]] (opcode 33)
* [[AND]] (opcode 33)
* [[CMP]] (opcode D3)
* [[CMP]] (opcode D3)
* [[EOR]]
* [[EOR]] (opcode 53)
* [[LDA]] (opcode B3)
* [[LDA]] (opcode B3)
* [[ORA]] (opcode 13)
* [[ORA]] (opcode 13)

Revision as of 01:14, 27 June 2024

Stack Relative Indirect Indexed, Y Addressing is supported by eight instructions:

  • ADC (opcode 73)
  • AND (opcode 33)
  • CMP (opcode D3)
  • EOR (opcode 53)
  • LDA (opcode B3)
  • ORA (opcode 13)
  • SBC (opcode F3)
  • STA (opcode 93)

See Also

Reference