pub fn not<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the NOT instruction.
Bitwise NOT (negation) of the top stack value.
pub fn not<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the NOT instruction.
Bitwise NOT (negation) of the top stack value.