pub fn mload<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the MLOAD instruction.
Loads a 32-byte word from memory.
pub fn mload<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the MLOAD instruction.
Loads a 32-byte word from memory.