pub trait JcEmitter<A> {
// Required method
fn jc(&mut self, op0: A);
}Expand description
JC.
Supported operand variants:
+---+----------+
| # | Operands |
+---+----------+
| 1 | Imm |
| 2 | Label |
| 3 | Sym |
+---+----------+