我想在python脚本中执行汇编代码。有可能吗?
在C语言中,编程如下
static inline getesp(){ __asm__("mov %esp, %eax"); }
但是如何使用Python呢?有可能吗?