Skip to main content

mstore

Function mstore 

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

Implements the MSTORE instruction.

Stores a 32-byte word to memory.