You are on page 1of 1

list p=16f84 include <p16f84.

inc> tiempo equ 0x00 org 0 bsf STATUS,RP0 clrf PORTB bcf STATUS,RP0 -----inicio bsf PORTB,0 call rutina bcf PORTB,0 call rutina call rutina goto inicio rutina movlw d`255 movfw tiempo dec decfsz tiempo goto dec return end sleep nop

You might also like