comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 622:f87205426add

2.50 rc1
author heinrichsweikamp
date Tue, 07 Aug 2012 16:14:35 +0200
parents 7a269c01192a
children 259e4c1bf3c2
comparison
equal deleted inserted replaced
621:e7b675c28896 622:f87205426add
239 movwf secs 239 movwf secs
240 movlw .00 240 movlw .00
241 movwf mins 241 movwf mins
242 movlw .12 242 movlw .12
243 movwf hours 243 movwf hours
244 movlw .4 244 movlw .8
245 movwf day 245 movwf day
246 movlw .7 246 movlw .8
247 movwf month 247 movwf month
248 movlw .12 248 movlw .12
249 movwf year 249 movwf year
250 bsf PIE1, TMR1IE ; Enable clock int 250 bsf PIE1, TMR1IE ; Enable clock int
251 return 251 return