pub fn mstore<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the MSTORE instruction.
Stores a 32-byte word to memory.
pub fn mstore<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the MSTORE instruction.
Stores a 32-byte word to memory.