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