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.