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
(two bytes long)
(effective address calculation)
Line 11: Line 11:


They are all two bytes long.
They are all two bytes long.
The effective address is generated by concatenating the [[data bank register]] to the indirect address, and then adding the [[Y index register]] to the 24-bit sum.


==== Syntax ====
==== Syntax ====

Revision as of 05:19, 24 July 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)

They are all two bytes long.

The effective address is generated by concatenating the data bank register to the indirect address, and then adding the Y index register to the 24-bit sum.

Syntax

LDA (sr, S), Y

See Also

References