comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 21:73014f788032

1.60 stable rc1
author heinrichsweikamp
date Wed, 21 Apr 2010 17:37:30 +0200
parents 588a969a0cae
children 263348f83485
comparison
equal deleted inserted replaced
20:8824446f7241 21:73014f788032
230 movwf secs 230 movwf secs
231 movlw .00 231 movlw .00
232 movwf mins 232 movwf mins
233 movlw .12 233 movlw .12
234 movwf hours 234 movwf hours
235 movlw .1 235 movlw .23
236 movwf day 236 movwf day
237 movlw .3 237 movlw .4
238 movwf month 238 movwf month
239 movlw .10 239 movlw .10
240 movwf year 240 movwf year
241 bsf PIE1, TMR1IE 241 bsf PIE1, TMR1IE
242 return 242 return