Why doesn't the stack/base pointer change here?

后端 未结 0 803
攒了一身酷
攒了一身酷 2021-01-22 05:01

I\'ve written the following function to play around with inline assembly a bit and print out various registers:

void run(void)
{
    long rsp, rbp;
    asm("         


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