==== 7.5.97 sor ==== Boolean OR short Format sor Forms sor = 85 (0x55) 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 inclusive OR of value1 and value2. The result is pushed onto the operand stack.