Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /2     │FIST m16intXXXXXX│Store ST in m16int                │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /2     │FIST m32intXXXXXX│Store ST in m32int                │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /3     │FISTP m16intXXXXXX│Store ST in m16int and pop ST     │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /3     │FISTP m32intXXXXXX│Store ST in m32int and pop ST     │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /7     │FISTP m64intXXXXXX│Store ST in m64int and pop ST     │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FIST/FISTP-Store Integer]
[Next: Description]