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

From SnesLab
Jump to: navigation, search
(opcode 03)
(opcode E3)
Line 7: Line 7:
* [[LDA]] (opcode A3)
* [[LDA]] (opcode A3)
* [[ORA]] (opcode 03)
* [[ORA]] (opcode 03)
* [[SBC]]
* [[SBC]] (opcode E3)
* [[STA]] (opcode 83)
* [[STA]] (opcode 83)



Revision as of 12:54, 27 June 2024

Stack Relative Addressing is supported by eight instructions:

  • ADC (opcode 63)
  • AND (opcode 23)
  • CMP (opcode C3)
  • EOR (opcode 43)
  • LDA (opcode A3)
  • ORA (opcode 03)
  • SBC (opcode E3)
  • STA (opcode 83)

See Also

Reference