小编Joe*_*bra的帖子

如何从内联汇编程序调用Win32 API函数?

有人请告诉我这个代码有什么问题我只是从kernel32.dll调用Sleep函数有什么问题?我正在使用Visual Studio 2008.任何帮助都将不胜感激.非常感谢你.

__asm
{
    mov eax, 77e2ef66h
    push 9999
    call eax
}
Run Code Online (Sandbox Code Playgroud)

c inline-assembly visual-studio-2008 kernel32

2
推荐指数
1
解决办法
1895
查看次数

标签 统计

c ×1

inline-assembly ×1

kernel32 ×1

visual-studio-2008 ×1