<< Previous | Next >>

LD r,n     Load     Rabbit 2000/3000/4000 Instruction
Opcode
Instruction
Clocks
Operation
---- LD r,n
4 (2,2)
r = n

3E n

LD A,n

4 (2,2)

A = n

06 n

LD B,n

4 (2,2)

B = n

0E n

LD C,n

4 (2,2)

C = n

16 n

LD D,n

4 (2,2)

D = n

1E n

LD E,n

4 (2,2)

E = n

26 n

LD H,n

4 (2,2)

H = n

2E n

LD L,n

4 (2,2)

L = n


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

Description

Loads r (any of the registers A, B, C, D, E, H, or L) with the 8-bit constant n.


<< Previous | Next >>