ixor

Operation
Boolean XOR int

ixor

Forms
ixor = 130 (0x82)

Stack
..., value1, value2 ..., result

Description
Both value1 and value2 must both be of type int. They are popped from the operand stack. An int result is calculated by taking the bitwise exclusive OR of value1 and value2. The result is pushed onto the operand stack.