pub trait LoopnzEmitter<A> {
// Required method
fn loopnz(&mut self, op0: A);
}Expand description
LOOPNZ.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Imm |
| 2 | Label |
| 3 | Sym |
+---+----------+