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 Addressing: Difference between revisions
From SnesLab
(→References: hid archive URL for E&L) |
(linkify bank) |
||
Line 1: | Line 1: | ||
'''Absolute Indirect Addressing''' is supported only by [[JMP]] (opcode 6C). | '''Absolute Indirect Addressing''' is supported only by [[JMP]] (opcode 6C). | ||
The indirect address is located in bank 0. | The indirect address is located in [[bank]] 0. | ||
==== Syntax ==== | ==== Syntax ==== |
Revision as of 00:56, 10 August 2024
Absolute Indirect Addressing is supported only by JMP (opcode 6C).
The indirect address is located in bank 0.
Syntax
JMP (addr)
See Also
References
- Eyes & Lichty, page 383
- section 3.5.5 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf
- Clark, Bruce. http://www.6502.org/tutorials/65c816opcodes.html#5.4