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
(Indirect address in bank 0) |
(→References: hid archive URL for E&L) |
||
Line 15: | Line 15: | ||
=== Reference === | === Reference === | ||
* [[Eyes & Lichty]] | * [[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 | ||
Revision as of 19:10, 8 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)