imnimn
Junior Member level 3
i wrote a prgram to run with asecound delay but it take more than 1000 sec
and this is the code
give me your opinion please
and this is the code
give me your opinion please
Code:
sec_delay: movlw 0xd0
movwf temp
calling: call T0_delay
decfsz temp
goto calling
return
T0_delay: movlw 0x04;0x38;0x28;0x21
movwf OPTION_REG
movlw 0x6a
movwf TMR0
chIF:btfss INTCON,2
goto chIF
return