Manual
42
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·troptuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOROE.oNelbairaVataDRZ
● EOR (Exclusive Or Logic)
[Function] Stores the results of the exclusive logic operation on the contents of the variable in operand 1 and the
data in operand 2, in the variable in operand 1. The output turns ON when the result of the
operation is 0.
[Example 1] LET 1 204 Assign 204 to variable 1.
EOR 1 170 Assign 102 in, the result of exclusive logic of 204 (contents of variable 1)
and 170 (data in operand 2), to variable 1.
[Example 2] LET 1 2 Assign 2 to variable 1.
LET 2 204 Assign 2 to variable 1.
LET 3 170 Assign 170 to variable 3.
EOR *1 *3 Assign 102, the result of logic OR on 204 (content of variable 2 which is
the content in variable 1) and 170 (content of variable 3), to 2
(the content of variable 1).
12. SEL Language
EOR 170
Decimal number Binary number
204 11001100
102
EOR10101010
0110110