logo
pub trait CodeAsmLahf {
    fn lahf(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors