Maker Pro
Maker Pro

Pausing in PIC16F84

O

Omair

Jan 1, 1970
0
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?
 
B

Brian

Jan 1, 1970
0
Omair said:
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?

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
 
Top