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