GNU Info

Info Node: (nasm.info)Section B.4.105

(nasm.info)Section B.4.105


Next: Section B.4.106 Prev: Section B.4.104 Up: Section B.4
Enter node , (file) or (file)node

B.4.105. `FSTSW': Store Floating-Point Status Word
--------------------------------------------------

     FSTSW mem16                   ; 9B DD /7             [8086,FPU]
     FSTSW AX                      ; 9B DF E0             [286,FPU]

     FNSTSW mem16                  ; DD /7                [8086,FPU]
     FNSTSW AX                     ; DF E0                [286,FPU]

   `FSTSW' stores the `FPU' status word into `AX' or into a 2- byte
memory area.

   `FNSTSW' does the same thing as `FSTSW', without first waiting for
pending floating-point exceptions to clear.


automatically generated by info2www version 1.2.2.9