☰
CodeAsmFstsw
Required Methods
fstsw
Implementors
In iced_x86::code_asm::asm_traits
?
Trait
iced_x86
::
code_asm
::
asm_traits
::
CodeAsmFstsw
source
·
[
−
]
pub trait CodeAsmFstsw<T> { fn
fstsw
(&mut self, op0: T) ->
Result
<
()
,
IcedError
>; }
Required Methods
source
fn
fstsw
(&mut self, op0: T) ->
Result
<
()
,
IcedError
>
Implementors
source
impl
CodeAsmFstsw
<
AsmMemoryOperand
> for
CodeAssembler
source
impl
CodeAsmFstsw
<
AsmRegister16
> for
CodeAssembler