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

From SnesLab
Jump to: navigation, search
(→‎Reference: added ref to datasheet)
(added syntax)
Line 3: Line 3:
* [[JMP]] (opcode 7C)
* [[JMP]] (opcode 7C)
* [[JSR]] (opcode FC)
* [[JSR]] (opcode FC)
==== Syntax ====
<pre>
JMP (addr, X)
JSR (addr, X)
</pre>


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

Revision as of 19:00, 12 July 2024

Absolute Indexed Indirect Addressing is supported by two instructions:

  • JMP (opcode 7C)
  • JSR (opcode FC)

Syntax

JMP (addr, X)
JSR (addr, X)

See Also

References