8 Applied Instructions (Move and Compare)
8.3 MOV / Move
140
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
Function and operation explanation
1. 16-bit operation(MOV, MOVP)
The contents of the transfer source specified by are transferred to the transfer destination specified by
.
• While the command input is OFF, the transfer destination specified by does not change.
• When a constant (K) is specified as the transfer source specified by , it is automatically converted into
binary.
When specifying digits of a bit device (K1X000 K1Y000)
The bit device transfers a maximum of 16 points (multiple of 4).
When a word device is specified
The word device transfers 1 point.
Command input
MOV
EN
s
ENO
d
Transfer source
data
Transfer destination data
d
s
ONCommand contact
ONX000
OFF
X001
OFF
X002
ONX003
ONY000 OFF
ONY001 OFF
ONY003
ONY002 OFF
Before
execution
After
execution
Transfer
: K1Y000: K1X000
Command input
MOV
EN
s
ENO
d
K1X000 K1Y000
X3 X2 X1 X0
ON
OFF OFF
ON
X3 X2 X1 X0
ON
OFF OFF
ON
Y3 Y2 Y1 Y0
ON ON ON
OFF
Y3 Y2 Y1 Y0
ON
OFF
ON
OFF
d
s
s
d
ON
50
500
K50 K0
: D10
: D50
K50 K50
MOV
EN
s
ENO
d
D10 D50
d
s
s
d
Before
execution
After
execution
Command contact
Command input
Transfer