IA-32 Assembly Language Reference Manual

Integer Store and Pop (fistp)

fistp{l|ll}
Example

Convert the value in stack element 0 into a signed integer and transfer the result to register ECX with an offset of 2, then pop the stack.

fistp 2(%ecx)