2.2.35 (9) MOV (L)
MOV (MOVe data)
Move
Operation
ERs
→
(EAd)
Assembly-Language Format
MOV.L
ERs, <EAd>
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 contents of a 32-bit register ERs (source operand) to a destination
location, tests the transferred data, and sets condition-code flags according to the result. The
extended register (Es) contents are stored at the first word indicated by the effective address. The
general register (Rs) contents are stored at the next word.
Available Registers
ERs: ER0 to ER7
ERd: ER0 to ER7
ERs
Es
RsH
RsL
MSB
LSB
EA
124