UM012811-0904
eZ8 CPU Instruction Set Description
eZ8 CPU
User Manual
138
LEA
Load Effective Address
LEA dst, X(src)
Operation
dst
←
src + X
Description
This instruction loads the destination Working Register with a value of the Source Regis-
ter plus the signed displacement (X, where X is a signed displacement from +127 to -128).
Flags
Attributes
C
Unaffected.
Z
Unaffected.
S
Unaffected.
V
Unaffected.
D
Unaffected.
H
Unaffected.
Mnemonic
Dest, Src, d
Opcode (Hex)
Operand 1
Operand 2
Operand 3
LEA
r1, X(r2)
98
{r1, r2}
X
—
LEA
rr1, X(rr2)
99
{rr1, rr2}
X
—