pub trait CodeAsmMov<T, U> { // Required method fn mov(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }