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