pulley_interpreter::encode

Function zext8

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

dst = zext(low8(src))