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.
FSAVE/FRSTOR Instructions
 Summary                                   Up Contents Index Back
────────────────┬─────────────────────────┬─────────────────────────────────
 FSAVE mem      │ fsave  [bp-94]          │  87 (197-207)+EA
 FSAVEW mem*    │ fsave  cobuffer         │ 287 £
 FSAVED mem*    │                         │ 387 375-376
 FNSAVE mem     │                         │ 486 154,pm=143
 FNSAVEW mem*   │                         │
 FNSAVED mem*   │                         │
────────────────┼─────────────────────────┼─────────────────────────────────
 FRSTOR mem     │ frstor [bp-94]          │  87 (197-207)+EA
 FRSTORW mem*   │                         │ 287 £
 FRSTORD mem*   │                         │ 387 308
                │                         │ 486 131,pm=120
────────────────┴─────────────────────────┴─────────────────────────────────
  * 80387/486 only.
 
  £ Clock counts are not meaningful in determining overall execution
    time of this instruction. Timing is determined by operand
    transfers.
 
  NOTE: The timings reflect the no-wait versions of FSAVE. The wait
        versions may take additional clock cycles.
                                    -♦-