
M68HC11
REFERENCE MANUAL
INSTRUCTION SET DETAILS
MOTOROLA
A-67
LDY
Load Index Register Y
LDY
Operation:
IYH
(M), IYL
(M + 1)
Description:
Loads the most significant byte of index register Y from the byte of memory
at the address specified by the program, and loads the least significant byte of in-
dex register Y from the next byte of memory at one plus the address specified by
the program.
Condition Codes and Boolean Formulae:
N R15
Set if MSB of result is set; cleared otherwise.
Z R15 R14 R13 R12 R11 R10 R9 R8 R7 R6 R5 R4 R3 R2 R1 R0
Set if result is $0000; cleared otherwise.
V 0
Cleared
Source Forms:
LDY (opr)
Addressing Modes, Machine Code, and Cycle-by-Cycle Execution:
S
—
X
—
H
—
I
N
Z
V
0
C
—
—
Cycle
LDY (IMM)
Addr
Data
OP
OP+1
OP+2
OP+3
LDY (DIR)
Data
18
DE
dd
(00dd)
(00dd+1
LDY (EXT)
Addr
OP
OP+1
OP+2
OP+3
LDY (IND,X)
Addr
Data
OP
OP+1
OP+2
FFFF
LDY (IND,Y)
Addr
Data
OP
OP+1
OP+2
FFFF
R/W
1
1
1
1
Addr
OP
OP+1
OP+2
00dd
00dd+
1
R/W
1
1
1
1
Data
18
FE
hh
ll
R/W
1
1
1
1
R/W
1
1
1
1
R/W
1
1
1
1
1
2
3
4
18
CE
jj
kk
1A
EE
ff
—
18
EE
ff
—
5
)
1
hhll
(hhll)
1
X+ff
(X+ff)
1
Y+ff
(Y+ff)
1
6
hhll+1 (hhll+1)
1
X+ff+
1
(X+ff+1
)
1
Y+ff+
1
(Y+ff+1
)
1