Skip to main content

PushfEmitter

Trait PushfEmitter 

Source
pub trait PushfEmitter {
    // Required method
    fn pushf(&mut self);
}
Expand description

PUSHF.

Supported operand variants:

+---+----------+
| # | Operands |
+---+----------+
| 1 | (none)   |
+---+----------+

Required Methods§

Source

fn pushf(&mut self)

Implementors§