Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /2 │FIST m16int │X│X│X│X│X│X│Store ST in m16int │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /2 │FIST m32int │X│X│X│X│X│X│Store ST in m32int │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /3 │FISTP m16int │X│X│X│X│X│X│Store ST in m16int and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /3 │FISTP m32int │X│X│X│X│X│X│Store ST in m32int and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DF /7 │FISTP m64int │X│X│X│X│X│X│Store ST in m64int and pop ST │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FIST/FISTP-Store Integer]
[Next: Description]