EasyManua.ls Logo

Rabbit 2000 - 5.6 DC Characteristics

Rabbit 2000
174 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Instruction Reference Manual 63
Description
LD (IX+d),HL: Loads the data in L into the memory location whose address is the sum of
the data in IX and a displacement value d. Then, loads the data in H into the memory location
whose address is the sum of the data in IX and a displacement value d plus 1.
LD (IX+d),n: Loads the 8-bit constant n into the memory location whose address is the sum
of IX and a displacement value d.
LD (IX+d),r: Loads the data in r (any of the registers A, B, C, D, E, H, or L) into the mem-
ory location whose address is the sum of the data in IX plus a displacement value d.
LD (IX+d),HL
LD (IX+d),n
LD (IX+d),r
Opcode Instruction Clocks Operation
F4 d LD (IX+d),HL 11 (2,2,1,3,3) (IX + d) = L; (IX + d +1)=H
DD 36 dn LD (IX+d),n 11 (2,2,2,2,3) (IX + d)=n
——
DD 77 d
DD 70 d
DD 71 d
DD 72 d
DD 73 d
DD 74 d
DD 75 d
LD (IX+d),r
LD (IX+d),A
LD (IX+d),B
LD (IX+d),C
LD (IX+d),D
LD (IX+d),E
LD (IX+d),H
LD (IX+d),L
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
10 (2,2,2,1,3)
(IX + d)=r
(IX + d)=A
(IX + d)=B
(IX + d)=C
(IX + d)=D
(IX + d)=E
(IX + d)=H
(IX + d)=L
Flags ALTD I/O
S Z L/V C F R SP S D
- - - -

Other manuals for Rabbit 2000