Details Table
┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding │Instruction │0│1│2│3│4│5│Description │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B DD /6 │FSAVE m94byte/ │X│X│X│X│X│X│Store FPU state to m94byte or │
│ │m108byte │ │ │ │ │ │ │m108byte after checking for │
│ │ │ │ │ │ │ │ │unmasked FP error condition; then │
│ │ │ │ │ │ │ │ │re-initialize the CPU │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B DD /6 │FSAVEW m94byte │ │ │ │X│X│X│Store FPU state to m94byte after │
│ │ │ │ │ │ │ │ │checking for unmasked FP error │
│ │ │ │ │ │ │ │ │condition; then re-initialize the │
│ │ │ │ │ │ │ │ │FPU │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│9B DD /6 │FSAVED m108byte │ │ │ │X│X│X│Store FPU state to m108byte after │
│ │ │ │ │ │ │ │ │checking for unmasked FP error │
│ │ │ │ │ │ │ │ │condition; then re-initialize the │
│ │ │ │ │ │ │ │ │FPU │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /6 │FNSAVE m94byte/ │X│X│X│X│X│X│Store FPU environment to m94byte │
│ │m108byte │ │ │ │ │ │ │or m108byte without checking for │
│ │ │ │ │ │ │ │ │unmasked FP error condition; then │
│ │ │ │ │ │ │ │ │re-initialize the FPU │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /6 │FNSAVEW m94byte │ │ │ │X│X│X│Store FPU environment to m94byte │
│ │ │ │ │ │ │ │ │without checking for unmasked FP │
│ │ │ │ │ │ │ │ │error condition; then │
│ │ │ │ │ │ │ │ │re-initialize the FPU │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│DD /6 │FNSAVED m108byte │ │ │ │X│X│X│Store FPU environment to m108byte │
│ │ │ │ │ │ │ │ │without checking for unmasked FP │
│ │ │ │ │ │ │ │ │error condition; then │
│ │ │ │ │ │ │ │ │re-initialize the FPU │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘
[Back: FSAVE/FNSAVE-Store FPU State]
[Next: Description]