Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B D9 /7  │FSTCW m16XXXXXX│Store FPU control word to m16     │
│          │                    │ │ │ │ │ │ │after checking for unmasked FP    │
│          │                    │ │ │ │ │ │ │error condition                   │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│D9 /7     │FNSTCW m16XXXXXX│Store FPU control word to m16     │
│          │                    │ │ │ │ │ │ │without checking for unmasked FP  │
│          │                    │ │ │ │ │ │ │error condition                   │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: FSTCW/FNSTCW-Store Control Word]
[Next: Description]