This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Calling C function from assembly code

Hello,

I am trying to call C function from Assembly File. But couldnt find any document where function is actually called.  Please provide syntax for the same.

Regards,

	.cdecls C,LIST, "sense.h"
	.global Isense                  ;; Isense is afunction defined in sense.h


ISR: 

;;;some assembly code

calling C function Isense

;;;some assembly code

.end