Function pulley_interpreter::encode::jump
source ยท pub fn jump<E>(into: &mut E, offset: impl Into<PcRelOffset>)
Available on crate feature
encode
only.Expand description
Unconditionally transfer control to the PC at the given offset.