ON 20060531@3:56:22 AM at page: http://www.piclist.com/techref/member/KD-HELA-B66/index.htm#38868.1641435185 Krishna Durbha[KD-HELA-B66] Questions: #include p16f876.inc
org 0000h
goto main
org 0010h
main:
count equ 0x13
movlw 31h
movlw 03h
movwf count
loop:
decfsz count,1
movwf count
addwf count

goto loop
goto main
end
; this program does not seem to work. when i try and add count in the watch window it does not appear as a symbol. ON 20060531@4:05:37 AM at page: http://www.piclist.com/techref/member/KD-HELA-B66/index.htm# Krishna Durbha[KD-HELA-B66] edited the page. Difference: http://www.piclist.com/techref/diff.asp?url=H:\techref\member\KD-HELA-B66\index.htm&version=1