Delay problem

Status
Not open for further replies.

nabeelkhan634

New Member
HI!! I AM USING PIC 16F84A ...CAN ANYBODY TELL ME , HOW MANY EXECUTING CYCLES IT WOULD TAKE IN THIS DELAy M USING 4MHz crystal

loop decfsz 0x0c,1
goto loop
decfsz 0x0d,1
goto loop
decfsz 0x0e,1
goto loop
end
"registar 0c,0d,0e =FFh initialLy"
m a bit confuse in making my own timed delay such as 5 sec ,2sec etc
 
Last edited:
That would take 50265336 cycles or 50.26 seconds.

For delays use the

Mike.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…