comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 720:4452837aff37

Vault date and time during update
author heinrichsweikamp
date Sun, 26 May 2013 11:58:56 +0200
parents 39e02673db4c
children 6fd9a9feca91
comparison
equal deleted inserted replaced
719:ad5ab9910820 720:4452837aff37
234 movwf secs 234 movwf secs
235 movlw .00 235 movlw .00
236 movwf mins 236 movwf mins
237 movlw .12 237 movlw .12
238 movwf hours 238 movwf hours
239 movlw .11 239 movlw .1
240 movwf day 240 movwf day
241 movlw .2 241 movlw .5
242 movwf month 242 movwf month
243 movlw .13 243 movlw .13
244 movwf year 244 movwf year
245 bsf PIE1, TMR1IE ; Enable clock int 245 bsf PIE1, TMR1IE ; Enable clock int
246 return 246 return