pub fn rem<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Expand description
Implements the MOD instruction.
Pops two values from stack and pushes the remainder of their division.
pub fn rem<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)Implements the MOD instruction.
Pops two values from stack and pushes the remainder of their division.