Format | Instruction | Description |
---|---|---|
60 | or |
Bitwise OR of two integer values, returns an integer. |
…, value1, value2 → …, result
The or
instruction computes the bitwise OR of the top two values on the stack and leaves the result on the stack.
The acceptable operand types and their corresponding result data type are encapsulated in Table 5: Integer Operations.
None.