Pausing in PIC16F84

Hi, I program the PIC16F84 microcontroller using MPLab (assembly). Is there a way to pause the execution of a program for a precise time? PBasic has the command "pause x". Is there a similar feature in MPLab?

Reply to
Omair
Loading thread data ...

There is no pause command, at all. Just have it go into a time delay routine, where it doesn't return until the end of the delay routine. Brian

Reply to
Brian

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.