Forum: Assembly May 7th, 2009 |
| Replies: 7 Views: 587 Thanks man anyway i found the explanation here
http://www.delphi3000.com/articles/article_3771.asp?SK=
and why did you say that i dont understand lick of asm
the fact that you are a pro coder... |
Forum: Assembly May 6th, 2009 |
| Replies: 7 Views: 587 Thank you man you explained me a lot of new things I never knew before.
But can you specify what happens inside the asm when I call a kernel function.
Because you said that kernel funcs dont... |
Forum: Assembly May 6th, 2009 |
| Replies: 7 Views: 587 ok but why the caller should balance the stack after the function execution doesnt the function balances the stack when it pops the arguments?? |
Forum: Assembly May 6th, 2009 |
| Replies: 7 Views: 587 ok but why the caller balance the stack??
doesnt the function balances it after it returns??
just call _printf
why does the caller balances the stack and not the function itself?? |
Forum: Assembly May 5th, 2009 |
| Replies: 7 Views: 587 I started with masm32 and i have some questions
I read this
I also read that in Pascal Convention the called func responsible for stack and in C the caller is responsible..
Can anybody... |