galda
January 18th, 2010, 22:23
Hi,
I'm not sure about it...if I have for example:
So what is the different of creating var or arg ?
and in the push command we push the ecx address and the var_1 address together to the stack? or what?
tnx!
I'm not sure about it...if I have for example:
Code:
var_1 = dword prt 20h
arg_33 = dword 30h
push [ecx+var_1]
cmp edx,[eax+arg_33]
So what is the different of creating var or arg ?
and in the push command we push the ecx address and the var_1 address together to the stack? or what?
tnx!