Hello
Basically it works in the following way:
interrupt number 0 is the reset vector (located at 0xFFFE in the vector table).
interrupt number 1 is the vector located at address 0xFFFC in the vector table.
and so on.
I hope this helps.
CrasyCat