S
un
pl
us
IT
C
on
fid
en
tia
l
F
or
A
D
D
In
te
rn
at
io
na
l L
im
ite
d
U
se
O
nl
y
CPU6502 Instruction Manual v2.1
Sunplus reserves the rights to change this documentation without prior notice.
09/13/2005
13
Absolute addressing mode
The absolute addressing mode uses two bytes (adr 16) to specify a memory address. The
adr 16 may be the address of a byte of data or the beginning address for the next instruction.
Operation:
OP-code Adr16
Example:
AND
$0030
N V D I Z C
! - - - ! -
xx
mm
mm
A
SP
X
PC
mmmm+2
xx AND yy
yy
Data Memory
15
30
mmmm
mmmm+1
mmmm+2
Program Memory
0030