Hi,
I am trying to run my C code file with an essembly code file. In the header of my C file, I have written all the prototypes of the functions of which the implementation is present in the assembly code file. My C file compiles okay, but when I try to run it, it gives link error...