Xor

Forms the Boolean Exclusive-Or of X and Y, Pops the register stack and places the Xor result in X.

Note: This instruction treats any non-zero byte value as True, and converts any non-zero byte result to all 1's.

See also And, Or, Not and the bit-wise Boolean instructions AndM, OrM, XorM, NotM