This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

servicing the interrupts

how to write interrupts(ISR) in C ??

i.e.
void serial0()interrupt 4
{ ISR
}

How come?

Is there any specific syntax for [void serial0()interrupt 4]???

this is not specified in the datasheet.where could I get this syntax??

thank you...