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

From SnesLab
Jump to: navigation, search
(→‎References: de-n' page #'s)
(added syntax)
Line 11: Line 11:
* [[JMP]] / JML (opcode 5C)
* [[JMP]] / JML (opcode 5C)
* [[JSR]] / JSL (opcode 22)
* [[JSR]] / JSL (opcode 22)
==== Syntax ====
<pre>
LDA long
</pre>


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

Revision as of 13:17, 13 July 2024

Absolute Long Addressing is supported by ten instructions:

  • ADC (opcode 6F)
  • SBC (opcode EF)
  • AND (opcode 2F)
  • ORA (opcode 0F)
  • LDA (opcode AF)
  • STA (opcode 8F)
  • EOR (opcode 4F)
  • CMP (opcode CF)
  • JMP / JML (opcode 5C)
  • JSR / JSL (opcode 22)

Syntax

LDA long

See Also

References