pub trait CodeAsmFicom<T> { // Required method fn ficom(&mut self, op0: T) -> Result<(), IcedError>; }