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
(→‎Syntax: JML)
(→‎Reference: pluralize refs)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Absolute Indirect Long Addressing''' is supported by [[JMP]] / JML (opcode DC).
'''Absolute Indirect Long Addressing''' is supported only by [[JMP]] / JML (opcode DC).
 
The indirect address is located in [[bank]] 0.


==== Syntax ====
==== Syntax ====
Line 5: Line 7:
JMP [addr]
JMP [addr]
JML [addr]
JML [addr]
JML (addr)
</pre>
</pre>


=== See Also ===
=== See Also ===
* [[Absolute Indirect Addressing]]
* [[Absolute Indirect Addressing]]
* [[Absolute Addressing]]


=== Reference ===
=== References ===
* [[Eyes & Lichty]] page 384, https://archive.org/details/0893037893ProgrammingThe65816/page/n410
* [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/384 page 384]
* Clark, Bruce. http://www.6502.org/tutorials/65c816opcodes.html#5.4


[[Category:ASM]]
[[Category:ASM]]
[[Category:Addressing Modes]]
[[Category:Addressing Modes]]
[[Category:65c816 additions]]
[[Category:65c816 additions]]

Latest revision as of 15:41, 10 August 2024

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

The indirect address is located in bank 0.

Syntax

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

See Also

References