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 Long Addressing: Difference between revisions
From SnesLab
(opcode 22) |
(→Reference: added ref to datasheet) |
||
Line 16: | Line 16: | ||
* [[Absolute Indirect Long Addressing]] | * [[Absolute Indirect Long Addressing]] | ||
=== | === References === | ||
* [[Eyes & Lichty]] page 385, https://archive.org/details/0893037893ProgrammingThe65816/page/n411 | * [[Eyes & Lichty]] page 385, https://archive.org/details/0893037893ProgrammingThe65816/page/n411 | ||
* section 3.5.7 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Addressing Modes]] | [[Category:Addressing Modes]] | ||
[[Category:65c816 additions]] | [[Category:65c816 additions]] |
Revision as of 16:43, 27 June 2024
Absolute Long Addressing is supported by ten instructions:
- ADC (opcode 6F)
- SBC (opcode EF)
- AND (opcode 2F)
- ORA (opcode 0F)
- LDA (opcode AF)
- STA (opcode 8F)
- EOR (opcode 4F)
- CMP (opcode CF)
- JMP / JML (opcode 5C)
- JSR / JSL (opcode 22)
See Also
References
- Eyes & Lichty page 385, https://archive.org/details/0893037893ProgrammingThe65816/page/n411
- section 3.5.7 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf