pub fn mload<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the MLOAD instruction.
Loads a 32-byte word from memory.
pub fn mload<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the MLOAD instruction.
Loads a 32-byte word from memory.