9 Applied Instructions (Arithmetic and Logical Operation)
9.9 WXOR / Logical Exclusive OR
191
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
(Program Flow)
8
Applied Instructions
(Move and
Compare)
9
Applied Instructions
(Arithmetic and
Logical Operation)
10
Applied Instructions
(Rotation and
Shift Operation)
Program examples
By combining WXOR and CML instructions, the exclusive logical sum not (XORNOT) operation can be
executed.
X000
D10
D12
D14
WXOR
EN
s1
s2
ENO
d1
CML
EN
s
ENO
d
D14
D14
[Structured ladder/FBD] [ ST ]
WXOR(X000, D10, D12, D14);
CML(X000, D14, D14);