Hi,
The interrupt vector numbers are just the word number counting down from FFFF. The reset vector is FFFE:FFFF and is 0 and so on. If you refer to the datasheet you can use the IF numbers in the table for the Interrupt status register and add one to these values.
Regards David