Function bitor
pub fn bitor<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Implements the OR instruction.
Bitwise OR of two values from stack.
pub fn bitor<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Implements the OR instruction.
Bitwise OR of two values from stack.