Interrupt table and handling in cortex-m0+ assembly

Hello, i'm using the ATSAMC21 SoC with MPLAB X IDE, and i need to create a simple led toggle with tc0 interruption. I can toggle the led, but i can't make the interruption work, or the interrupt vector table in assembly. Is there some documentation of this in arm assembly, all i find is in C.