Skip to main content

LoopnzEmitter

Trait LoopnzEmitter 

Source
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      |
+---+----------+

Required Methods§

Source

fn loopnz(&mut self, op0: A)

Implementors§