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