Boolean XOR short
Format
sxor
Forms
sxor = 87 (0x57)
Stack
…, value1, value2 → …, result
Description
Both value1 and value2 must be of type short. The values are popped from the operand stack. A short result is calculated by taking the bitwise exclusive OR of value1 and value2. The result is pushed onto the operand stack.
Copyright © 2005, Sun Microsystems, Inc. All Rights Reserved.