<< Previous | Next >>

LDL pd,IY     Load Low Word     Rabbit 4000 Instruction
Opcode
Instruction
Clocks
Operation
-- LDL pd,IY
4 (2,2)
pd = {FFFF,IY}

FD 8C

LDL PW,IY

4 (2,2)

PW0 = IYlow
PW1 = IYhigh
PW2 = FF; PW3 = FF

FD 9C

LDL PX,IY

4 (2,2)

PX0 = IYlow
PX1 = IYhigh
PX2 = FF; PXW3 = FF

FD AC

LDL PY,IY

4 (2,2)

PY0 = IYlow
PY1 = IYhigh
PY2 = FF; PY3 = FF

FD BC

LDL PZ,IY

4 (2,2)

PZ0 = IYlow
PZ1 = IYhigh
PZ2 = FF; PZ3 = FF


Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-
·

Description

Loads the low-order word of pd (any of the 32-bit registers PW, PX, PY or PZ) with IY. Loads the high- order word with 0xFFFF.


<< Previous | Next >>