pub trait PopEmitter<A> {
// Required method
fn pop(&mut self, op0: A);
}Expand description
POP.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Gpq |
| 2 | Gpw |
| 3 | Mem |
+---+----------+