pub trait Jnz<T> { // Required method fn jnz(&mut self, op1: T); }
Emit a conditional jump if not zero instruction (ZF = 0).
ZF = 0