hi,
need help in puting a counter to my sub routine.
im using 16f84a.
example:
the programm will excercute the selected subroutine for maybe 10times count continuesly,
if the condition true then it will proceed to the next command..
here are my example of one of the subroutine.
reasons of using counter to this subroutine so that my programm can be shorten.
A:
TRISB=0
portb=%00000101
pause 50
portb=%11000111
pause 20
return
Bookmarks