Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fsave save state exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FSAVE             Save State                  Exception Flags: None

FSAVE memory location

       Logic:      [memory location] . coprocessor state

     FSAVE writes the coprocessor state to the memory area specified.

     The coprocessor state includes the environment and the register
     stack; the environment includes the control word, the status word,
     the tag word, and an error block.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSAVE destination   197-207+EA      5             FSAVE MEM_AREA
  --------------------------------------------------------------------------

        Note:          After the state is saved to memory, the coprocessor
                       is initialized. See FSTENV for more information about
                       the environment.

See Also: FNSAVE FSTENV

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson