Skip to main content

LoopzEmitter

Trait LoopzEmitter 

Source
pub trait LoopzEmitter<A> {
    // Required method
    fn loopz(&mut self, op0: A);
}
Expand description

LOOPZ.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Imm      |
| 2 | Label    |
| 3 | Sym      |
+---+----------+

Required Methods§

Source

fn loopz(&mut self, op0: A)

Implementors§