pulley_interpreter::decode::operands

Function push_frame_save

Source
pub fn push_frame_save<T: BytecodeStream>(
    pc: &mut T,
) -> Result<(u16, UpperRegSet<XReg>), T::Error>