comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 605:c3336f944e53

reset CFIII properly
author heinrichsweikamp
date Wed, 04 Jul 2012 22:21:07 +0200
parents d14f72af4c07
children 7a269c01192a
comparison
equal deleted inserted replaced
604:f8239a6279b8 605:c3336f944e53
235 movwf secs 235 movwf secs
236 movlw .00 236 movlw .00
237 movwf mins 237 movwf mins
238 movlw .12 238 movlw .12
239 movwf hours 239 movwf hours
240 movlw .4
241 movwf day
240 movlw .7 242 movlw .7
241 movwf day
242 movlw .5
243 movwf month 243 movwf month
244 movlw .12 244 movlw .12
245 movwf year 245 movwf year
246 bsf PIE1, TMR1IE 246 bsf PIE1, TMR1IE
247 return 247 return