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

Required Methods§

Implementors§