Which is the frequency of this program?
I am using a pic16f876 with a 20Mhz Quartz...
Should it be same 20Mhz or not?
Thank you!!


i var word

TRISC = 0
PORTC = 0


inizia:

PORTC = %00000000
for i=0 to 255
PORTC = PORTC + %1
NEXT
goto inizia

end