Like this ? LedTimer EQU 0x0A incf COUNT, f movlw .10 ;Compare count to 10 decimal subwf COUNT, W ;Store the result back in btfss STATUS, C ;Is the result 0, skip if no goto exittimer clrf COUNT ;Clear count register ;....... 10ms timer counter here..... timer10ms movf LedTimer,f btfsc STATUS,Z decf LedTimer,Z goto timer10ms return On 30/06/2013 12:35 PM, Bob Blick wrote: > Two thousand of those --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .