comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 153:17de42ab02b6

realtime clock defaults
author heinrichsweikamp
date Thu, 13 Jan 2011 09:05:45 +0100
parents 31fa973a70fd
children 1efd59d689f8
comparison
equal deleted inserted replaced
152:e5f1cfec8113 153:17de42ab02b6
232 movwf mins 232 movwf mins
233 movlw .12 233 movlw .12
234 movwf hours 234 movwf hours
235 movlw .1 235 movlw .1
236 movwf day 236 movwf day
237 movlw .8 237 movlw .1
238 movwf month 238 movwf month
239 movlw .10 239 movlw .11
240 movwf year 240 movwf year
241 bsf PIE1, TMR1IE 241 bsf PIE1, TMR1IE
242 return 242 return