Function mload
pub fn mload<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the MLOAD instruction.
Loads a 32-byte word from memory.
pub fn mload<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the MLOAD instruction.
Loads a 32-byte word from memory.