Drawing a stack frame for x86 assembly
- by drozzy
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?