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

Absolute Long Indexed, X Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(opcode FF)
(see also)
Line 9: Line 9:
* [[SBC]] (opcode FF)
* [[SBC]] (opcode FF)
* [[STA]] (opcode 9F)
* [[STA]] (opcode 9F)
=== See Also ===
* [[Absolute Long Addressing]]


=== Reference ===
=== Reference ===

Revision as of 23:35, 26 June 2024

Absolute Long Indexed, X Addressing is supported by eight instructions:

  • ADC (opcode 7F)
  • AND (opcode 3F)
  • CMP (opcode DF)
  • EOR (opcode 5F)
  • LDA (opcode BF)
  • ORA (opcode 1F)
  • SBC (opcode FF)
  • STA (opcode 9F)

See Also

Reference