Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fistp store integer and pop exception flags: i p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FISTP             Store Integer and Pop       Exception Flags: I P

FISTP memory location

       Logic:      [memory location] . ST
                   pop stack

     FISTP operates like FIST, except that it also pops the stack. This
     instruction rounds the value in ST according to the RC field of the
     control word. It then stores ST in memory location, which can be any
     integer type, and then pops the stack.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FISTP               82-105+EA        5             FISTP
  --------------------------------------------------------------------------

See Also: FIST

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson