9.2.16 --isr
Create an interrupt function for unused vectors (this is the default).
If a function named __DefaultInterrupt__
is defined by an application, the linker will insert its address into unused slots in the
primary and alternate vector tables. If this function is not defined, create a function
that consists of a single reset instruction and insert the address of this function.