The MASM Forum
General => The Campus => Topic started by: RuiLoureiro on June 16, 2012, 04:26:15 AM
-
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 ?
-
Both flags are set.
-
Both flags are set.
Jochen,
Thanks !
Did you test it or you see it in docs only ?
Ok, i tested it