GCC linux 64位如何使用内联汇编更改stackpointer esp?

时间:2016-09-13 16:38:30

标签: c gcc inline-assembly cpu-registers

我正在编写一个代码,我希望暂时将堆栈指针更改为具有某个虚拟地址的新位置。我想将esp寄存器更改为地址0x4401000。

我已尝试过解决方案了 How to change pointer value from assembly (x86)

提前致谢。

0 个答案:

没有答案