Mercurial > public > hwos_code
comparison src/rtc.asm @ 265:7eddbcb27109
1.76 release
author | heinrichsweikamp |
---|---|
date | Mon, 30 Mar 2015 14:59:07 +0200 |
parents | fdd4e30846ae |
children | 653a3ab08062 |
comparison
equal
deleted
inserted
replaced
264:9dbdb060d44c | 265:7eddbcb27109 |
---|---|
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 .6 | 24 movlw .30 |
25 movwf day | 25 movwf day |
26 movlw .8 | 26 movlw .3 |
27 movwf month | 27 movwf month |
28 movlw .14 | 28 movlw .15 |
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 |