Skip to main content

PushSegEmitter

Trait PushSegEmitter 

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

PUSH_SEG.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | SReg     |
+---+----------+

Required Methods§

Source

fn push_seg(&mut self, op0: A)

Implementors§