pub trait SetaEmitter<A> {
// Required method
fn seta(&mut self, op0: A);
}Expand description
SETA.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo |
| 2 | Mem |
+---+----------+pub trait SetaEmitter<A> {
// Required method
fn seta(&mut self, op0: A);
}SETA.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo |
| 2 | Mem |
+---+----------+