pub trait CodeAsmSahf {
    fn sahf(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§