Skip to main content

CallEmitter

Trait CallEmitter 

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

Required Methods§

Source

fn call(&mut self, op0: A)

Implementors§