help needed
Delay_0
decfsz counta, f
goto $+2
decfsz countb, f
goto Delay_0
decfsz count1 ,f
goto d1
retlw 0x00
Hi Nigel , i went through tutorial 1.3 which has this delay_0 loop that i quite don't understand . what is $ + 2 ! and what is it doing in the program ?