ON 20080220@9:19:13 PM at page:
http://www.piclist.com/microchip/math/incdec/best16.htm#39497.9105092593
James Newton[JMN-EFP-786] published post 39497.9105092593
Decrement Counters at 18F:
decf CounterLow, f
btfss STATUS, C
decf CounterHigh, f
btfss STATUS, C
decf CounterUpper, f
and so on...
Check for Carry-flag in Loops
Loops will execute Counter+1 times.
After Loop's exit, Counter == -1.
|Delete 'P-' before: '' but after: '