Tool/software: Code Composer Studio
I'm looking for a table specifying the assembly section labels associated with each of the interrupts in the MSP430G2553. For example, I know that ".int02" is for Port 1 interrupts, and ".reset" is for the RESET interrupt, but I would like to know all the others too. Oddly, the datasheet doesn't specify the section names in the Interrupt Sources, Flags, and Vectors table (Table 5) which are necessary to initialize the interrupt vectors when programming in assembly language.
The screenshot below shows the kind of thing I'm looking for, but unfortunately for a different model of MCU with only 15 interrupt levels. It came from a professor's lecture notes:
The MSP430G2553 datasheet shows me everything in Table 5 except for the section names. A guess would be that the section names follow the priority number, based on what I see above, but I'd like confirmation of this.