Function mstore8
pub fn mstore8<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the MSTORE8 instruction.
Stores a single byte to memory.
pub fn mstore8<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the MSTORE8 instruction.
Stores a single byte to memory.