Hi, I'm a newbie to assembly programming and to uvision2, and I'm trying to make a piece of code in assembly that runs an interrupt service routine when timer0 overflows. I can enable the interrupt, but I don't know how to automatically jump to the IRS whenever the counter overflows. Any help would be greatly appreciated.