Skip to main content

SetcEmitter

Trait SetcEmitter 

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

SETC.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | GpbLo    |
| 2 | Mem      |
+---+----------+

Required Methods§

Source

fn setc(&mut self, op0: A)

Implementors§