Part Number:MSP430G2553
I want to set up a jump table right below the interrupt vectors at 0xFFE0. The vectors will point to the jump table, so they will be the same for all versions of the firmware, and hopefully I won't have BSL password problems. But some of the jumps will no doubt be well outside the range of a JMP, which I believe is +/- 1024 from the current PC. For those, I wonder if there are any neat tricks for effecting a "long" jump. I had thought of just writing the destination address into the PC. Is that the way to do it, or is there a better way?