pulley_interpreter::encode

Function store32

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

*ptr = low32(src)