comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 12:588a969a0cae

1.53 beta rc
author heinrichsweikamp
date Wed, 24 Mar 2010 20:26:09 +0100
parents 96a35aeda5f2
children 73014f788032
comparison
equal deleted inserted replaced
11:0ce100556b57 12:588a969a0cae
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 .2 235 movlw .1
236 movwf day 236 movwf day
237 movlw .8 237 movlw .3
238 movwf month 238 movwf month
239 movlw .09 239 movlw .10
240 movwf year 240 movwf year
241 bsf PIE1, TMR1IE 241 bsf PIE1, TMR1IE
242 return 242 return