pub fn smod<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the SMOD instruction.
Performs signed modulo of two values from stack.
pub fn smod<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the SMOD instruction.
Performs signed modulo of two values from stack.