Skip to main content

mstore8

Function mstore8 

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

Implements the MSTORE8 instruction.

Stores a single byte to memory.