Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B D9 /7 │FSTCW m16 │X│X│X│X│X│X│Store FPU control word to m16 │
│ │ │ │ │ │ │ │ │after checking for unmasked FP │
│ │ │ │ │ │ │ │ │error condition │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /7 │FNSTCW m16 │X│X│X│X│X│X│Store FPU control word to m16 │
│ │ │ │ │ │ │ │ │without checking for unmasked FP │
│ │ │ │ │ │ │ │ │error condition │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FSTCW/FNSTCW-Store Control Word]
[Next: Description]