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

From SnesLab
Jump to: navigation, search
(→‎Reference: added Clark link)
(→‎Syntax: added syntax described in Clark)
Line 5: Line 5:
JMP [addr]
JMP [addr]
JML [addr]
JML [addr]
JML (addr)
</pre>
</pre>



Revision as of 13:16, 1 August 2024

Absolute Indirect Long Addressing is supported only by JMP / JML (opcode DC).

Syntax

JMP [addr]
JML [addr]
JML (addr)

See Also

Reference