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