Pausing in PIC16F84

O

Omair

Guest
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?
 
"Omair" <omair.majid@gmail.com> wrote in message
news:1105219374.925326.194760@c13g2000cwb.googlegroups.com...
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
 

Welcome to EDABoard.com

Sponsor

Back
Top