Quick MikroC Interrupt ?

Thread Starter

Dalaran

Joined Dec 3, 2009
168
What is the identity used to call the interrupt service routine in MikroC?

Rich (BB code):
void interrupt my_isr(void){
}
That I used in MPLAB is not working.

Thanks.

edit: my bad wrong forum, should be uC.
 

SgtWookie

Joined Jul 17, 2007
22,230
See the mikroC Manual.
In the version I downloaded in August 2008, it's in the mikroC Language Reference under mikroC Specifics, on page 36.
 
Top