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...