Skip to main content

PushEmitter

Trait PushEmitter 

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

PUSH.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpq      |
| 2 | Gpw      |
| 3 | Imm      |
| 4 | Mem      |
+---+----------+

Required Methods§

Source

fn push(&mut self, op0: A)

Implementors§