Github
Read
View source
View history
Create account
Log in
Page
Discussion
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
From SnesLab
Revision as of 15:11, 27 June 2024 by
Xetheria
(
talk
|
contribs
)
(opcode 22)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to:
navigation
,
search
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
Absolute Addressing
Absolute Indirect Long Addressing
Reference
Eyes & Lichty
page 385,
https://archive.org/details/0893037893ProgrammingThe65816/page/n411
Categories
:
ASM
Addressing Modes
65c816 additions