This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Structure of the C16x Interrupt Vector Table

The documentation states that the interrupt vector table consists of 4 bytes for each interrupt, and that these 4 bytes are actually code. If 2 bytes are used for a jump instruction, how can an interrupt be vectored to an address greater than 16 bits? I would like to set up two interrupts that vector to routines that are in different code segments. Is this possible? Thanks for any help.

0