marsh_pottaye
August 22nd, 2004, 10:33 AM
I know, this may look like a very basic problem, but don't know to solve it.
I know how to use __asm keyword to insert assembly instructions in C or C++ functions.
But my question is if it's possible to add "pure" assembly source files (.asm ?) to a Visual C++ project. If yes, how can I make calls from other C, C++ source files of the same project?
A simple sample project should be extremely useful and interesting for me.
Thank you very much!
I know how to use __asm keyword to insert assembly instructions in C or C++ functions.
But my question is if it's possible to add "pure" assembly source files (.asm ?) to a Visual C++ project. If yes, how can I make calls from other C, C++ source files of the same project?
A simple sample project should be extremely useful and interesting for me.
Thank you very much!