pulley_interpreter::encode

Function jump

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

Unconditionally transfer control to the PC at the given offset.