
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fnsave save state (no-wait) exception flags: none</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FNSAVE Save State (No-wait) Exception Flags: None
FNSAVE memory location
Logic: [memory location] . coprocessor state
This is the no-wait form of FSAVE. It writes the coprocessor state,
environment and register stack, to the memory area specified.
The coprocessor environment includes the control word, the status word,
the tag word, and an error block.
--------------------------------------------------------------------------
Operands Clocks Bytes Example
FNSAVE destination 197-207+EA 5 FSAVE MEM_AREA
--------------------------------------------------------------------------
Note: You should use this no-wait form of the instruction
only when there is a danger of generating an infinite
wait condition.
See Also: FSAVE
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson