I want to create an interrupt service routine for the ADC interrupt that is caused by the ADCI flag when a conversion is finished. However, I can't find the interrupt vector to answer to said interrupt. How do I create the interrupt service routine?
I tried searching for the vector in the interrupt vector table (IVT) but it isn't specified there.