The xor Statement
The xor statement lets you bitwise exclusive or together two input values and store the result in the first argument. The first argument must be a variable but the second and third arguments can be a variable, a numeric constant, or a constant expression. The syntax of the xor statement is shown below.
xor x, x, y // x = x ^ y