The following logic operators are available.
|
|
!
|
Obtains the logical negation (NOT) by each bit.
|
&
|
Obtains the logical AND operation for each bit of the first and second term values.
|
|
|
Obtains the logical OR operation for each bit of the first and second term values.
|
^
|
Obtains the exclusive OR operation for each bit of the first and second term values.
|