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