12
IN STRUC TION S
Ab s o lu t e
Ad d r e s s in g m o d e :
F u n c tio n :
In s tr u c tio n s :
Ex a m p le :
Absolute
Specifies the contents in a memory location as the
data for the instruction. The address in the memory
location is determined by using Operand I as the low-
order byte of the address and Operand II as the high-
order byte.
ADC, AND, ASL, BIT, CMP, CPX, CPY, DEC, EOR, INC,
JMP, JSR, LDA, LDX, LDY, LSR, ORA, ROL, ROR, SBC,
STA, STX, STY
Mnemonic
Machine code
∆
ADC
∆
$AD12
6D
16
12
16
AD
16
Addressing mode
AAAAAA
AAAAAA
Op-code (6D
16
)
Operand I (12
16
)
Operand II (AD
16
)
(A)
←
(A) + (C) + XX
16
Data (XX
16
)
Memory
AD12
16
Absolute
designation