previous | start | next

Stack Just Before call Instruction

Stack just before executing the IA32 call instruction in main:

low memory address Text (compiled, linked code)
  Global Data
  heap area
(%esp) (top of main's stack frame)

main's stack frame

(%ebp) bottom of main's stack frame


previous | start | next