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
(→Syntax: added syntax described in Clark) |
(→Reference: pluralize refs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''Absolute Indirect Long Addressing''' is supported only 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 12: | Line 14: | ||
* [[Absolute Addressing]] | * [[Absolute Addressing]] | ||
=== | === References === | ||
* [[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 | ||