User guide

Chapter 15
Instruction Set Overview
156
Move and Logical Instructions Chapter 21
Instruction Name
and Mnemonic
5/02
Only
Function Output Instructions
Move MOV When rung conditions are true, the MOV instruction
moves a copy of the source to the destination.
Masked Move MVM When rung conditions are true, the MVM instruction
moves a copy of the source through a mask to the
destination.
And AND When rung conditions are true, sources A and B of the
AND instruction are ANDed bit by bit and stored in the
destination.
Inclusive Or OR When rung conditions are true, sources A and B of the
OR instruction are ORed bit by bit and stored in the
destination.
Exclusive Or XOR When rung conditions are true, sources A and B of the
XOR instruction are Exclusive ORed bit by bit and
stored in the destination.
Not NOT When rung conditions are true, the source of the NOT
instruction is inverted (01, 10) bit by bit and stored
in the destination.
File Copy and File Fill Instructions Chapter 22
Instruction Name
and Mnemonic
5/02
Only
Function Output Instructions
File Copy COP When rung conditions are true, the COP instruction
copies a user-defined source file to the destination file.
File Fill FLL When rung conditions are true, the FLL instruction
loads a source value into a specified number of
elements in a user-defined file.