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 Indexed Indirect, X Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(how many instructions)
(added syntax)
Line 9: Line 9:
* [[SBC]] (opcode E1)
* [[SBC]] (opcode E1)
* [[STA]] (opcode 81)
* [[STA]] (opcode 81)
==== Syntax ====
<pre>
LDA (dp, X)
</pre>


=== References ===
=== References ===

Revision as of 19:15, 12 July 2024

Direct Page Indexed Indirect, X Addressing is supported by eight instructions:

  • ADC (opcode 61)
  • AND (opcode 21)
  • CMP (opcode C1)
  • EOR (opcode 41)
  • LDA (opcode A1)
  • ORA (opcode 01)
  • SBC (opcode E1)
  • STA (opcode 81)

Syntax

LDA (dp, X)

References