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.