Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /2 │FST m32real │X│X│X│X│X│X│Copy ST to m32real │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /2 │FST m64real │X│X│X│X│X│X│Copy ST to m64real │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD D0+i │FST ST(i) │X│X│X│X│X│X│Copy ST to ST(i) │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /3 │FSTP m32real │X│X│X│X│X│X│Copy ST to m32real and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /3 │FSTP m64real │X│X│X│X│X│X│Copy ST to m64real and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DB /7 │FSTP m80real │X│X│X│X│X│X│Copy ST to m80real and pop ST │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD D8+i │FSTP ST(i) │X│X│X│X│X│X│Copy ST to ST(i) and pop ST │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FST/FSTP-Store Real]
[Next: Description]