2.2.35 (6) MOV (L)
MOV (MOVe data)
Move
Operation
(EAs)
→
ERd
Assembly-Language Format
MOV.L
<EAs>, ERd
Operand Size
Longword
Condition Code
H: Previous value remains unchanged.
N: Set to 1 if the data value is negative;
otherwise cleared to 0.
Z: Set to 1 if the data value is zero; otherwise
cleared to 0.
V: Always cleared to 0.
C: Previous value remains unchanged.
I
UI
H
U
N
Z
V
C
—
—
—
—
↕
↕
0
—
Description
This instruction transfers the source operand contents to a specified 32-bit register (ERd), tests the
transferred data, and sets condition-code flags according to the result. The first memory word
located at the effective address is stored in extended register Ed. The next word is stored in
general register Rd.
Available Registers
ERd: ER0 to ER7
ERs: ER0 to ER7
ERd
Ed
RdH
RdL
MSB
LSB
EA
118