<< Previous | Next >>

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

DD 8C

LDL PW,IX

4 (2,2)

PW0 = IXlow
PW1 = IXhigh
PW2 = FF; PW3 = FF

DD 9C

LDL PX,IX

4 (2,2)

PX0 = IXlow
PX1 = IXhigh
PX2 = FF; PX3 = FF

DD AC

LDL PY,IX

4 (2,2)

PY0 = IXlow
PY1 = IXhigh
PY2 = FF; PY3 = FF

DD BC

LDL PZ,IX

4 (2,2)

PZ0 = IXlow
PZ1 = IXhigh
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 IX. Loads the high- order word with 0xFFFF.


<< Previous | Next >>