News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

FPU fstp

Started by RuiLoureiro, June 16, 2012, 04:26:15 AM

Previous topic - Next topic

RuiLoureiro

I have one doubt

case A:
What happen here ?

        finit
        fstp    st

fstp st causes Stack Fault only ?
doesnt it give Invalid operation ?

case B:
What happen here ?

        finit
        fld     realX ptr _X
        fstp    realX ptr _Y
        ;
        fstp    st

fstp st causes Stack Fault only ?
doesnt it give Invalid operation ?

Where is raymond ?

jj2007

Both flags are set.

RuiLoureiro

#2
Quote from: jj2007 on June 16, 2012, 06:20:43 AM
Both flags are set.

Jochen,
             Thanks !
             Did you test it or you see it in docs only ?
             Ok, i tested it