10 Table of Basic Instructions
10.5 Operating Instructions
10-14
149235-1CD
RE-CSO-A031
INC
Function
Increments the value of the specified variable by 1.
Additional
Item
B<variable number>,I<variable number>,
D<variable number>
Example
INC I043
DEC
Function
Decrements the value of the specified variable by 1.
Additional
Item
B<variable number>,I<variable number>,
D<variable number>
Example
DEC I043
AND
Function
Obtains the AND of Data1 and Data2, and stores the result in
Data1.
Format:AND<Data1><Data2>
Additional
Item
Data1 B<variable number>
Data2 B<variable number>, Constant
Example
AND B012 B020
OR
Function
Obtains the OR of Data1 and Data2, and stores the result in Data1.
Format:OR<Data1><Data2>
Additional
Item
Data1 B<variable number>
Data2 B<variable number>, Constant
Example
OR B012 B020
NOT
Function
Obtains the NOT of Data2, and stores the result in Data1.
Format:NOT<Data1><Data2>
Additional
Item
Data1 B<variable number>
Data2 B<variable number>, Constant
Example
NOT B012 B020
XOR
Function
Obtains the exclusive OR of Data1 and Data2, and stores the result
in Data1.
Format:XOR<Data1><Data2>
Additional
Item
Data1 B<variable number>
Data2 B<variable number>, Constant
Example
XOR B012 B020