Why is the mov rbp, rsp needed at the end of a function

后端 未结 0 842
醉梦人生
醉梦人生 2021-01-12 08:40

I understand the function prologue:

push %rbp
mov %rsp, %rbp

For example, if we want to use rbp as the reference point for the l

相关标签:
回答
  • 消灭零回复
提交回复
热议问题