FRSTOR reloads the FPU state (environment and register stack) from the memory area defined by the source operand. This data should have been written by a previous FSAVE or FNSAVE instruction.
Note FRSTOR should be executed in the same operating mode as the corresponding FSAVE or FNSAVE. FRSTOR should be preceded with an FWAIT instruction to ensure that the storage operation is complete. If the state image contains an unmasked exception, loading it will produce an FP error condition.
Opcode Format DB /4 FRSTOR m94b ; 16-bit code segment DB /4 FRSTOR m108b ; 32-bit code segment