NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: nobody on September 29, 2005, 01:35:18 AM

Title: nasm problem with calling convention,help!
Post by: nobody on September 29, 2005, 01:35:18 AM
I want to use the function whose calling convention is  __fastcall or _-cdecl,then how can i realize them? I mean in the nasm syntax it is only _global which declare function.Any help is welcome ,thx!