 
Sixteen bit counter with a Constant Loop Delay
by: Marc Heuler from: http://www.myke.com/basic.htm
  movlw  HIGH TimeDelay  ;  Load the Delay Values
  movwf  HiCount
  movlw  LOW TimeDelay
Dlay:
  addlw  1               ;  Increment the Counter by 1
  btfsc  STATUS, Z
   decfsz HiCount, f     ;  Decrement the High Counter
    goto Dlay
This loop takes five cycles to execute, regardless of whether or not "HiCount" is to be decremented.
The actual time delay is calculated using the sixteen bit number from:
Time Dlay = (16BitDlay * 5 ins/loop * 4 clocks/ins / clock frequency) + 256
| file: /Techref/microchip/math/incdec/16bitiso-mh.htm, 1KB, , updated: 2004/12/6 12:14, local time: 2025/10/31 06:06, 
 
216.73.216.219,10-1-97-123:LOG IN | 
| ©2025 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? <A HREF="http://ecomorder.com/techref/microchip/math/incdec/16bitiso-mh.htm"> PIC Microcontoller Math Method Increment Sixteen bit counter with a Constant Loop Delay</A> | 
| Did you find what you needed? | 
| Welcome to ecomorder.com! | 
| Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! | 
.