pulley_interpreter::encode

Function call

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

Transfer control to the PC at the given offset and set the lr register to the PC just after this instruction.