Mercurial > public > hwos_code
comparison src/rtc.asm @ 560:b7eb98dbd800
bump to 2.96beta (REFACTORED VERSION)
author | heinrichsweikamp |
---|---|
date | Wed, 31 Jan 2018 19:39:37 +0100 |
parents | 8dfb93e80338 |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
559:9cb967d844f0 | 560:b7eb98dbd800 |
---|---|
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 .29 | 24 movlw .2 |
25 movwf day | 25 movwf day |
26 movlw .3 | 26 movlw .12 |
27 movwf month | 27 movwf month |
28 movlw .17 | 28 movlw .17 |
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 |