News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Stack_help

Started by ookami, January 16, 2011, 01:22:09 PM

Previous topic - Next topic

ookami

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.

dedndave

        push    eax
        pop     edx

dedndave

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

donkey

"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

ookami

Thank you guys, I'll check this out.

disintx

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