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 Indexed Indirect Addressing: Difference between revisions
From SnesLab
(→Reference: added ref to datasheet) |
(added syntax) |
||
Line 3: | Line 3: | ||
* [[JMP]] (opcode 7C) | * [[JMP]] (opcode 7C) | ||
* [[JSR]] (opcode FC) | * [[JSR]] (opcode FC) | ||
==== Syntax ==== | |||
<pre> | |||
JMP (addr, X) | |||
JSR (addr, X) | |||
</pre> | |||
=== See Also === | === See Also === |
Revision as of 19:00, 12 July 2024
Absolute Indexed Indirect Addressing is supported by two instructions:
Syntax
JMP (addr, X) JSR (addr, X)
See Also
References
- Eyes & Lichty page 382, https://archive.org/details/0893037893ProgrammingThe65816/page/n408
- section 3.5.2 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf