Assembly Call Stack - Terminology Questions
问题 I'm completely new to Assembly and looking to confirm where, in the following statements, I have a misunderstanding and need to be corrected. The stack pointer ( ESP ) refers to the top (lowest memory address) of the stack. The base Pointer ( EBP ) is used for temporarily storing various memory addresses when building a stack frame. It normally holds the highest memory address of the current stack frame. The instruction pointer ( EIP ) refers to the memory address of a line of code in the