I know that DSP/BIOS has a handy interrupt dispatcher, but I was wondering how to manually map interrupt service routines (c or assembly) in the c64+ families. In SPRU732, it appears that there is an interrupt service table that could contain jump vectors or maybe even an entire ISR if it was small enough. How do I get access to this space with the compiler/linker to accomplish this?