Operator`s manual
2.3 Operating Instruction
2-108
2. B Variable number/LB Variable number/B [Array number]/LB [Array num-
ber]/Byte type constant
Choose one of the tags from the following table.
SET B000 1
SET B010 5
XOR B000 B010
Carries out the exclusive OR of B000 (0000 0001) and B010 (0000 0101), and stores the
result (0000 0100=4) in B000.
No. Tag Explanation Note
2
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies the number of the byte type variable for
which the exclusive OR is carried out.
<Data 2>
3
Byte type con-
stant
Specifies the byte type data for which the exclu-
sive OR is carried out.
<Data 2>
Example