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

From SnesLab
Jump to: navigation, search
(→‎Reference: added ref to datasheet)
(added syntax)
Line 9: Line 9:
* [[SBC]] (opcode E7)
* [[SBC]] (opcode E7)
* [[STA]] (opcode 87)
* [[STA]] (opcode 87)
==== Syntax ====
<pre>
LDA [dp]
</pre>


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

Revision as of 18:57, 12 July 2024

Direct Page Indirect Long Addressing is supported by eight instructions:

  • ADC (opcode 67)
  • AND (opcode 27)
  • CMP (opcode C7)
  • EOR (opcode 47)
  • LDA (opcode A7)
  • ORA (opcode 07)
  • SBC (opcode E7)
  • STA (opcode 87)

Syntax

LDA [dp]

See Also

References