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 Addressing
From SnesLab
Revision as of 03:03, 27 June 2024 by
Xetheria
(
talk
|
contribs
)
(opcode 4D)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Jump to:
navigation
,
search
Twenty six instructions support absolute addressing.
ADC
(opcode 6D)
AND
(opcode 2D)
ASL
(opcode 0E)
BIT
(opcode 2C)
CMP
(opcode CD)
CPX
(opcode EC)
CPY
(opcode CC)
DEC
(opcode CE)
EOR
(opcode 4D)
INC
LDA
LDX
LDY
STA
STX
STY
STZ
TRB
TSB
See Also
Absolute Long Addressing
Reference
Eyes & Lichty
page 379:
https://archive.org/details/0893037893ProgrammingThe65816/page/n405
lbid, page 111:
https://archive.org/details/0893037893ProgrammingThe65816/page/n137
Categories
:
ASM
Addressing Modes
Inherited from 6502