GCC linux 64 bit how to change stackpointer esp using inline assembly?

I am writing a code where I want to temporarily change the stack pointer to new location with some virtual address. I want to change esp register to address 0x4401000.

I have tried the solutions at How to change pointer value from assembly (x86)

Thanks in advance.

链接地址: http://www.djcxy.com/p/87138.html

上一篇: 用于OpenGL的教程和库

下一篇: GCC的Linux 64位如何改变使用内联汇编stackpointer esp?