pub trait CallEmitter<A> {
// Required method
fn call(&mut self, op0: A);
}Expand description
CALL.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpq |
| 2 | Imm |
| 3 | Label |
| 4 | Mem |
| 5 | Sym |
+---+----------+