1
;**********************************************************************
2
; Filename: TMR0_IRQ.asm
5
; Demonstrates how to use interrupts with TMR0
6
; State of LED on Ra0 is inverted by toggle every 61 interrupts
7
; PIC16F628A and 16 mHz crystal
8
;**********************************************************************
12
Assembled with gpasm-0.13.7 (gputils): http://gputils.sourceforge.net/
13
gpasm -L -w1 -i -ainhx32 T0_IRQ_Pic16F628A.asm
15
Source and explanations about Pic16f628a Timer0:
16
http://www.bristolwatch.com/PIC16F628A/a3.htm