有关使用汇编语言调用win32api和C库的资料

https://github.com/norswap/asm-exemples

http://cs.lmu.edu/~ray/notes/x86assembly/

http://www.asmcommunity.net/forums/topic/?id=29731

http://soswin-techbits.blogspot.jp/2011/10/x86-assembly-with-gas-on-windows.html

感觉在win下,使用gas调用kernel32.dll的方法来解决linux调用无法实现的问题比较靠谱。

另外,在win下,使用gas来调用win中断也是个解决办法。

你可能感兴趣的:(有关使用汇编语言调用win32api和C库的资料)