pulley_interpreter::encode

Function xjump

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

Unconditionally transfer control to the PC at specified register.