Hi, in a given c program where you have
myvar = sumR(char * arg1, int arg2)
sumR is a function in an assembly .s file. I have done all the calculations, but I have no idea how to return the value to the calling c program.
Any ideas?
Thanks so much.