提交 e4c5391d 编写于 作者: U Ulf Möller

push the flags too

上级 0c34556c
......@@ -523,6 +523,7 @@ sub main'printf
sub pushvars
{
&out0("pushf");
&main'push("edx");
&main'push("ecx");
&main'push("eax");
......@@ -533,4 +534,5 @@ sub popvars
&main'pop("eax");
&main'pop("ecx");
&main'pop("edx");
&out0("popf");
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册