Function pulley_interpreter::encode::call
source ยท pub fn call<E>(into: &mut E, offset: impl Into<PcRelOffset>)
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.