pulley_interpreter::decode::operands

Function call1

Source
pub fn call1<T: BytecodeStream>(
    pc: &mut T,
) -> Result<(XReg, PcRelOffset), T::Error>
Available on crate feature decode only.