I want to execute assembly code inside a python script. Is that possible?
In C programming would be like this
static inline getesp(){ __asm__(\"m
Sorry for necroposting but I think that you can write your own DLL using asm and call it's functions from within Python.