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