We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have seembled an asembly program and linked its .obj file to the .obj of compild c source file through command line . This assembly function is called from a c source code,but I face a problem that after the assembly code has finished its execution it does not return to the next statement of the c source code ,instead it resets and go to the startup routine of the compiler.I have used the standardformat given in the manual,but i havent acheived the results.