Skip to main content

mload

Function mload 

pub fn mload<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the MLOAD instruction.

Loads a 32-byte word from memory.