开发者

compiling assembly with Visual C++ Express 2010 64 Bit

开发者 https://www.devze.com 2023-01-11 04:11 出处:网络
How do I compile assembly code in a separate file? If my function is of the type \"void __fastcall foo(unsigned long long, unsigned long long, unsigned long long, unsigned long long&, unsigned lo

How do I compile assembly code in a separate file?

If my function is of the type "void __fastcall foo(unsigned long long, unsigned long long, unsigned long long, unsigned long long&, unsigned long long&)", how do 开发者_运维知识库I implement this in my .asm file?


.code

foo PROC
            ; do stuff here
foo ENDP

end
0

精彩评论

暂无评论...
验证码 换一张
取 消