push的问题
push0是不允许的吗??请教下push后面可以跟的类型 push 0可以的像反汇编函数DialogBoxParam(hInstance, 1, 0, xxxx, 0)
的结果就是:
push 00000000
push xxxxxxxxx
push 00000000
push 00000001
push eax
//以上参数按照STDCALL顺序依次进栈……
call USER21.DialogBoxParamA 额看来又是编译器问题 估计masm615不支持push 立即数
页:
[1]