pub fn bitxor<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the XOR instruction.
Bitwise XOR of two values from stack.
pub fn bitxor<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the XOR instruction.
Bitwise XOR of two values from stack.