Search code examples
Static global variables vs global variables C...


cstack-overflowstack-frame

Read More
Stack frame and value pointer...


cstack-frame

Read More
(x86) Is the value of ESP relative to EBP, or not?...


assemblyx86stackstack-framestack-pointer

Read More
What are the ESP and the EBP registers?...


assemblyx86stack-framestack-pointerframe-pointer

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...


assemblyx86compiler-constructionnested-functionstack-frame

Read More
What exactly is the base pointer and stack pointer? To what do they point?...


cassemblyx86stack-framestack-pointer

Read More
What is the purpose of the RBP register in x86_64 assembler?...


cassemblyx86-64stack-framestack-pointer

Read More
Is there a way to calculate the bytes allocated to the stack frame of a function?...


cassemblyx86-64stack-memorystack-frame

Read More
How memory is allocated for a static array on the stack?...


cassemblygccgdbstack-frame

Read More
In C, what happens to the stack when we have a return statement which returns a function call?...


cfunctionstackstack-frame

Read More
Get parameter value in Assembly...


assemblyx86parameter-passingstack-memorystack-frame

Read More
How did alloca() interact with other stack allocation?...


cx86stack-framealloca

Read More
Why do we use the stack for the return address of a function?...


securitystackbuffer-overflowstack-frame

Read More
How does alloca() work on a memory level?...


cvariable-length-arraystack-framealloca

Read More
How does the compiler allocate memory for conditionally declared automatic variables in C++?...


c++memorystack-frame

Read More
Function Prologue and Epilogue in C...


c++cassemblystack-frameepilogue

Read More
How to do tail call optimisation in Scala3?...


scalarecursioncallstackstack-frametail-call-optimization

Read More
The x86 assembly code run successfully but vscode show error without more information...


assemblyx86stack-frame

Read More
What it means that Ebp register points to the old Ebp...


assemblyx86stack-frameframe-pointer

Read More
Are there different ways to set RBP? Why does Windows x64 not point RBP at a saved-RBP right below t...


assemblyx86-64masmcalling-conventionstack-frame

Read More
"enter" vs "push ebp; mov ebp, esp; sub esp, imm" and "leave" vs &quot...


assemblyx86stackmicro-optimizationstack-frame

Read More
Get source file / line from MethodInfo...


c#stack-tracestack-framemethodinfo

Read More
If esp points to the top of the stack, where does ebp point to?...


assemblyx86cpu-registersstack-framestack-pointer

Read More
How to print the current executing method name via an auxiliary method?...


c#.netsystem.diagnosticsstack-frame

Read More
Delphi 64 bit debugging using runtime libs has wrong stack frame active...


delphidebuggingwatchwin64stack-frame

Read More
Get functions from python generator...


pythongeneratorcpythonstack-frame

Read More
How go back to another stack frame? C...


cstack-frame

Read More
Addressing stack variables...


c++variablesmemorystackstack-frame

Read More
Doesn't the frame pointer make the stack pointer redundant?...


assemblystackstack-framestack-pointer

Read More
Why are parameters allocated below the frame pointer instead of above?...


c++assemblyx86-64calling-conventionstack-frame

Read More
BackNext