BWO Instruction

Synopsis

BWO <operand-1 data type> <operand-2 data type> <result type>

Description

The BWO instruction performs a bitwise or on two values on the runtime stack. Both values are popped off the stack and replaced by the result.

Data Type Operands

The operands are the data type of the values.

See Also

BWA, BSL, BSR, BWC, Data Types