Quote Originally Posted by George View Post
Am looking for a simple interupt code example that will just escape to the interupt on rollover of tmr. I need to have a reliable timebase for a program I've got where it needs to exit with an ASM interupt.

Thanks in advance
Section 9.3 of the PBP manual, just set up your timer module, change the references from portb.0 over to the timer, and you're set...