Skip to main content

mstore

Function mstore 

pub fn mstore<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Available on crate feature evm only.
Expand description

Implements the MSTORE instruction.

Stores a 32-byte word to memory.