I want to make use of the PCA interrupts from P89V51RD2..
what should I write ??
e.g.
void ****(void) interrupt ** { ------- ------- }
what might be there at the '*' position???
Is the interrupt number is equal to the priority of that interrupt??
thank you..