Skip to content

Instantly share code, notes, and snippets.

@fernandojsg
Created November 25, 2013 22:35
Show Gist options
  • Save fernandojsg/7650158 to your computer and use it in GitHub Desktop.
Save fernandojsg/7650158 to your computer and use it in GitHub Desktop.
Include asm file into c++ using NASM
nasmw.exe -f win32 -Xvc -o "$(IntDir)\$(InputName).obj" $(InputDir)\$(InputName).asm
"$(IntDir)\$(InputName).obj"
extern "C" void __cdecl mmx_memcpy(void *d,void *s,int bytes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment