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>frstor restore state exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FRSTOR            Restore State               Exception Flags: None

FRSTOR memory operand

       Logic:      coprocessor state . memory operand

     FRSTOR restores the coprocessor's state from a memory area. This
     information should have been written be a previous FSAVE or FNSAVE
     instruction.

     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
   FRSTOR mem pointer  197-207+EA       5             FRSTOR MEM_AREA
  --------------------------------------------------------------------------

        Note:          See FSTENV for more information about the
                       coprocessor environment.

See Also: FNSAVE FSAVE FSTENV

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