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

Direct Page Indirect Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(opcode F2)
(opcode 92)
Line 8: Line 8:
* [[ORA]] (opcode 12)
* [[ORA]] (opcode 12)
* [[SBC]] (opcode F2)
* [[SBC]] (opcode F2)
* [[STA]]
* [[STA]] (opcode 92)


=== See Also ===
=== See Also ===

Revision as of 12:32, 27 June 2024

Direct Page Indirect Addressing is supported by eight instructions:

  • ADC (opcode 72)
  • AND (opcode 32)
  • CMP (opcode D2)
  • EOR (opcode 52)
  • LDA (opcode B2)
  • ORA (opcode 12)
  • SBC (opcode F2)
  • STA (opcode 92)

See Also

Reference