Drawing a stack frame for x86 assembly

Posted by drozzy on Stack Overflow See other posts from Stack Overflow or by drozzy
Published on 2010-03-17T21:50:30Z Indexed on 2010/03/17 22:01 UTC
Read the original article Hit count: 387

Filed under:
|

So, I am kind of confused about drawing a stack frame for my assembly code. I have a feeling I started out wrong.

Here is what I got so far, but as you can see I am confused at step 5, because I think my initial layout is wrong.

Can you tell me where I went wrong?

© Stack Overflow or respective owner

Related posts about assembly

Related posts about x86