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
(linkify bank)
(→‎Reference: pluralize refs)
 
Line 14: Line 14:
* [[Absolute Addressing]]
* [[Absolute Addressing]]


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

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