Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

saving flags ?

1 view
Skip to first unread message

RB

unread,
Jul 8, 2010, 12:06:44 PM7/8/10
to
does this save the flags ?
I am asking becuase when I pushfd, the esp decrements but it then
has the contents of zero. So I am not sure where the pushfd is pushing to?

__asm
{
// prolog
pushfd // save flags?, 32bit
......
......
// epilog
popfd // restore flags?
}

0 new messages