189
5-15-3 DOUBLE MOVE: MOVL(032)
(032)
MOVL S D
D: Destination CIO, G, A, T, C, DM
S: Source CIO, G, A, T, C, #, DM
Operand Data AreasLadder Symbol
Variations
j MOVL(032)
When the execution condition is OFF, MOVL(032) is not executed. When the ex-
ecution condition is ON, MOVL(032) copies the content of S and S+1 to D and
D+1.
S D
Bit status
not changed.
S+1 D+1
Neither D nor S can be the last word in a data area because they designate the
first of two words.
Constants are input using eight digits.
Note Refer to page 115 for general precautions on operand data areas.
Flags ER (A50003): Content of *DM word is not BCD when set for BCD.
EQ (A50006): Content of D and D+1 are 0 after execution.
N (A50008): Same status as bit 15 of D+1 after execution.
Example When CIO 000005 is ON in the following example, the contents of A400 and
A401 are copied into D00200 and D00201, respectively.
Address Instruction Operands
00000 LD 000005
00001 MOVL(032)
A400
D00200
Before
execution
After
execution
3A400 7 0 0
0A401 1 F 9
3A400 7 0 0
0A401 1 F 9
0D00200 0 0 0
0D00201 0 0 0
3D00200 7 0 0
0D00201 1 F 9
Description
Precautions
Data Movement Instructions Section 5-15
(032)
MOVL A400 D00200
0000
05