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