comparison code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 692:82f71a73f450

indicate first gas in surfacemode
author heinrichsweikamp
date Sun, 10 Feb 2013 12:51:44 +0100
parents 259e4c1bf3c2
children e6ff73e88e45
comparison
equal deleted inserted replaced
691:dc28ba4601ee 692:82f71a73f450
235 movwf secs 235 movwf secs
236 movlw .00 236 movlw .00
237 movwf mins 237 movwf mins
238 movlw .12 238 movlw .12
239 movwf hours 239 movwf hours
240 movlw .8 240 movlw .11
241 movwf day 241 movwf day
242 movlw .8 242 movlw .2
243 movwf month 243 movwf month
244 movlw .12 244 movlw .13
245 movwf year 245 movwf year
246 bsf PIE1, TMR1IE ; Enable clock int 246 bsf PIE1, TMR1IE ; Enable clock int
247 return 247 return
248 248
249 reset_battery_stats: 249 reset_battery_stats: