Carl-Daniel Hailfinger wrote:
You mean, the stack is "moved"? Or why do we need to adjust the pointers? Won't that leave pointers to variables on stack dangling?
I meant that ss, esp, ebp are adjusted to point at the new stack. The contents of the stack don't change.