pulley_interpreter::encode

Function xstore8_offset8

Source
pub fn xstore8_offset8<E>(
    into: &mut E,
    ptr: impl Into<XReg>,
    offset: impl Into<u8>,
    src: impl Into<XReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

*(ptr + offset) = low8(src)