7 Applied Instructions
7.2 Move and Compare
153
FXCPU Structured Programming Manual
(Basic & Applied Instruction)
1
Outline
2
Instruction List
3
Configuration of
Instruction
4
How to Read
Explanation of
Instructions
5
Basic Instruction
6
Step Ladder
Instructions
7
Applied
Instructions
8
Interrupt Function
and Pulse Catch
Function
A
Relationships
between devices
and addresses
4. When transferring 32-bit data
Be sure to use DMOV instruction for transferring an applied instruction (such as MUL) whose operation result
is output in 32 bits, and for transferring a 32-bit numeric value or transferring the current value of a high speed
counter (C235 to C255) which is a 32-bit device.
(D 1, D 0) (D 11, D 10)
(Current value of C235)
(D 21, D 20)
X000
DMOV
EN
s
ENO
d
X001
DMOV
EN
s
ENO
d
[
Structured ladder
]
[ ST ]
MOV(X000, Var_MOV1
*1
, Var_MOV2
*2
);
MOV(X001, Var_MOV3
*3
, Var_MOV4
*4
);
*1 Var_MOV1 is a global label and is defined as D0.
*2 Var_MOV2 is a global label and is defined as D10.
*3 Var_MOV3 is a global label and is defined as CN235.
*4 Var_MOV4 is a global label and is defined as D20.
Var_MOV1
*1
Var_MOV2
*2
Var_MOV3
*3
Var_MOV4
*4