pub fn jneb<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
cond_lhs: A,
cond_rhs: B,
dynamic: C,
fixed: u8,
) -> Instruction
Expand description
Dynamic relative jump backwards, conditional on comparsion, with a constant offset.
pub fn jneb<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
cond_lhs: A,
cond_rhs: B,
dynamic: C,
fixed: u8,
) -> Instruction
Dynamic relative jump backwards, conditional on comparsion, with a constant offset.