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
(65c816 additions)
(→‎Reference: added ref to datasheet)
 
Line 13: Line 13:
* [[Stack Relative Addressing]]
* [[Stack Relative Addressing]]


=== Reference ===
=== References ===
* [[Eyes & Lichty]] page 419, https://archive.org/details/0893037893ProgrammingThe65816/page/n445
* [[Eyes & Lichty]] page 419, https://archive.org/details/0893037893ProgrammingThe65816/page/n445
* section 3.5.24 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:65c816 additions]]
[[Category:65c816 additions]]

Latest revision as of 16:32, 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

References