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
The diagram shows parameters below the return address, which is actually wrong.
Assuming that the stack grows towards lower addresses, if there is need to put parameters on the stack, they reside at higher addresses compared to the return address.