Got a problem with these skips intended to go over macros but possibly crashing into them ? If your #movlf is like my mov, it'll be two instructions btfsc STATUS, Z #movlf .0, Hours ;(macro for literal to w and then w to f) movlw .1 subwf Temp, w btfsc STATUS, Z #movlf .10, Hours movlw .2 subwf Temp, w btfsc STATUS, Z #movlf .20, Hours movlw 0x30 ;convert ascii -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist