I want to know how to write assmebly code and c code in same program.... i mean i need to write some function in assembly and some in C code.. i should be able to call both of them from either codes.. how to do this.. help me out..
Follow up to the follow up ...
If you don't want to modify the startup code, then just be explicit and include the run-time library into the project (or, for the non-ide fraternity, the linker command line).
Again, hey presto, main in assembler.