Author Topic: nasm problem with calling convention,help!  (Read 7747 times)

nobody

  • Guest
nasm problem with calling convention,help!
« 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!