pulley_interpreter::encode

Function br_if_not

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

Conditionally transfer control to the given PC offset if cond contains a zero value.