<< Previous | Next >>

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

ED 0D n m

LDL PW,mn

4 (2,2)

PW0 = n
PW1 = m
PW2 = FF; PW3 = FF

ED 1D n m

LDL PX,mn

4 (2,2)

PX0 = n
PX1 = m
PX2 = FF; PX3 = FF

ED 2D n m

LDL PY,mn

4 (2,2)

PY0 = n
PY1 = m
PY2 = FF; PY3 = FF

ED 3D n m

LDL PZ,mn

4 (2,2)

PZ0 = n
PZ1 = m
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 the 16-bit constant mn. Loads the high-order word with 0xFFFF.


<< Previous | Next >>