I have to do a project for school involving the use of both asm and c for school
this would have to be something like a standard vc project only with some of the files being .asm ones and the parts written in c and the ones written in asm would have to work together to achieve the final goal
I was wondering if this could be done with vc 2003 or 2005 and how I could set this up?
are there any examples of projects like this that I could download and have a look at?
thank you in advance
this would have to be something like a standard vc project only with some of the files being .asm ones and the parts written in c and the ones written in asm would have to work together to achieve the final goal
I was wondering if this could be done with vc 2003 or 2005 and how I could set this up?
are there any examples of projects like this that I could download and have a look at?
thank you in advance
This is a class of question that has been asked countless times :)
There's a couple of things to it. One is setting up your .asm code and .c/.cpp files so you get the right calling convention and name decoration - check the FAQ section as it should contain information on how to do that.
As for VS.net integration (as in the IDE), it's not really too hard - it just requires some manual labour. It's probably also discussed in some threads around here, otherwise it shouldn't be too hard finding some information with google.
There's a couple of things to it. One is setting up your .asm code and .c/.cpp files so you get the right calling convention and name decoration - check the FAQ section as it should contain information on how to do that.
As for VS.net integration (as in the IDE), it's not really too hard - it just requires some manual labour. It's probably also discussed in some threads around here, otherwise it shouldn't be too hard finding some information with google.