FpuStackIncrementInfo¶
- class iced_x86.FpuStackIncrementInfo(increment, conditional, writes_top)¶
Contains the FPU
TOPincrement, whether it’s conditional and whether the instruction writes toTOP- Parameters:
- increment¶
(
i32) Used ifFpuStackIncrementInfo.writes_topisTrue. Value added toTOP.This is negative if it pushes one or more values and positive if it pops one or more values and
0if it writes toTOP(eg.FLDENV, etc) without pushing/popping anything.- Type: