Skip to main content

Int3Emitter

Trait Int3Emitter 

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

INT3.

Supported operand variants:

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

Required Methods§

Source

fn int3(&mut self)

Implementors§