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 |
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 |