push the flags too
This commit is contained in:
parent
0c34556cbd
commit
e4c5391ddb
@ -523,6 +523,7 @@ sub main'printf
|
|||||||
|
|
||||||
sub pushvars
|
sub pushvars
|
||||||
{
|
{
|
||||||
|
&out0("pushf");
|
||||||
&main'push("edx");
|
&main'push("edx");
|
||||||
&main'push("ecx");
|
&main'push("ecx");
|
||||||
&main'push("eax");
|
&main'push("eax");
|
||||||
@ -533,4 +534,5 @@ sub popvars
|
|||||||
&main'pop("eax");
|
&main'pop("eax");
|
||||||
&main'pop("ecx");
|
&main'pop("ecx");
|
||||||
&main'pop("edx");
|
&main'pop("edx");
|
||||||
|
&out0("popf");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user