Mail Archives: djgpp/1997/03/27/06:05:42
On Thu, 27 Mar 1997, Heo Sung-Gwan wrote:
> I am coding FPU context switch with Pentium processor using fnsave and
> frstor FPU instructions. And I found these FPU instructions behaves
> differently between real mode and protected mode.
The layout of the buffer saved and restored by FNSAVE/FRSTOR instructions
is indeed different in real and protected modes. You should look up its
description in any of the available manuals on protected-mode programming
in assembly. A reference on Intel instructions should also describe this.
- Raw text -