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