Home | History | Annotate | Download | only in priv

Lines Matching full:sahf

66    SAHF should cause eflags[1] == 1, and in fact it produces 0.  As
120 - fcom ; fstsw %ax ; sahf
121 sahf does not update the O flag (sigh) and so O needs to
13317 case 0x9E: /* SAHF */
13319 DIP("sahf\n");