please dont rip this site

PIC Microcontoller Delay Method

Counting Hours Minutes and Seconds

Tony Nixon says:

Here's a a simple example [for the 16F84 at 4Mhz], but it won't be accurate to the second, so you may have to tweak it. Perhaps you could use it as a basis for your code.
        movlw x   ; x = hours delay
        movwf hours
        call Hours_Delay

        ; rest of code continues

Hours_Delay
        call Hour_Delay
        decfsz hours
        goto Hours_Delay
        return

Hour_Delay
        movlw d'60'
        movwf mins
Rst_Loop
        movlw d'60'
        movwf secs
Hour_Loop
        call Second_Delay
        ;
        ; maybe some processing in here
        ;
        decfsz secs
        goto Hour_Loop
        decfsz mins
        goto Rst_Loop
        return

Second_Delay
        movlw 01h
        movwf NbHi
        movlw 06h
        movwf NbLo
        movlw 13h
        movwf NaHi
        movlw 0xB5
        movwf NaLo
DeLoop0
        decfsz NaLo
        goto DeLoop0
        decfsz NaHi
        goto DeLoop0
        decfsz NbLo
        goto DeLoop0
        decfsz NbHi
        goto DeLoop0
	return


Questions:

Code:

See also:

Comments:


file: /Techref/microchip/delay/hms.htm, 2KB, , updated: 2021/5/6 14:35, local time: 2024/3/28 22:58,
TOP NEW HELP FIND: 
3.236.57.1:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/techref/microchip/delay/hms.htm"> PIC Microcontoller Delay Method Counting Hours Minutes and Seconds</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .