Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FSTENV/FLDENV Instructions
 Summary                                   Up Contents Index Back
────────────────┬─────────────────────────┬─────────────────────────────────
 FLDENV mem     │ fldenv [bp+10]          │  87 (35-45)+EA
 FLDENVW mem*   │                         │ 287 35-45
 FLDENVD mem*   │                         │ 387 71
                │                         │ 486 44,pm=34
────────────────┼─────────────────────────┼─────────────────────────────────
 FSTENV mem     │ fstenv [bp-14]          │  87 (40-50)+EA
 FSTENVW mem*   │                         │ 287 40-50
 FSTENVD mem*   │                         │ 387 103-104
 FNSTENV mem    │                         │ 486 67,pm=56
 FNSTENVW mem*  │                         │
 FNSTENVD mem*  │                         │
────────────────┴─────────────────────────┴─────────────────────────────────
  * 80387/486 only.
 
  NOTE: The timings reflect the no-wait versions of FSTENV. The wait
        versions may take additional clock cycles.
                                    -♦-