Mercurial > public > hwos_code
comparison src/rtc.asm @ 147:fdd4e30846ae
some cleanup
author | heinrichsweikamp |
---|---|
date | Wed, 06 Aug 2014 11:59:04 +0200 |
parents | 11d4fc797f74 |
children | 7eddbcb27109 |
comparison
equal
deleted
inserted
replaced
146:d6ad414c7c12 | 147:fdd4e30846ae |
---|---|
19 movwf secs | 19 movwf secs |
20 movlw .59 | 20 movlw .59 |
21 movwf mins | 21 movwf mins |
22 movlw .12 | 22 movlw .12 |
23 movwf hours | 23 movwf hours |
24 movlw .13 | 24 movlw .6 |
25 movwf day | 25 movwf day |
26 movlw .1 | 26 movlw .8 |
27 movwf month | 27 movwf month |
28 movlw .13 | 28 movlw .14 |
29 movwf year | 29 movwf year |
30 rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module | 30 rcall rtc_set_rtc ; writes mins,sec,hours,day,month and year to rtc module |
31 return | 31 return |
32 | 32 |
33 global rtc_set_rtc | 33 global rtc_set_rtc |