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

Interrupt Service Routine Help

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.

0