Hi !
Can someone give me a code example of the stack use ? (with POP, PUSH, esp, ebp and all this stuff...)
That'll help me a lot.
Thanks.
push eax
pop edx
i know - that wasn't very helpful :P
use the forum search tool
i suggest you plug in "EBP" - you should find hundreds of examples
here is an example...
http://www.masm32.com/board/index.php?topic=14381.msg114921#msg114921
Some reading for you, with pictures !
http://en.wikibooks.org/wiki/X86_Disassembly/The_Stack
Thank you guys, I'll check this out.
Another great/short link to check out is from Bill's Win32 Assembly page. It's old, but still relevant.
After googling, the only mirror I can find is on Woodmann's: link (http://www.woodmann.cjb.net/RCE-CD-SITES/Bill%27s%20Win32Asm%20Page/stack1.html)