EasyManua.ls Logo

Rabbit 2000 - 3.2 Memory Mapping

Rabbit 2000
120 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 17
Description
The data in the word register HL is summed with the data in the word register ss (any of the word registers
BC, DE, HL, or SP). The result is stored in HL.
ADD HL,ss
Opcode Instruction Clocks Operation
——
09
19
29
39
ADD HL,ss
ADD HL,BC
ADD HL,DE
ADD HL,HL
ADD HL,SP
2
2
2
2
2
HL = HL + ss
HL = HL + BC
HL = HL + DE
HL = HL + HL
HL = HL + SP
Flags ALTD I/O
S Z L/V C F R SP S D
- - -

Other manuals for Rabbit 2000