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

Required Methods

Implementors