Mercurial > public > hwos_code
comparison src/ghostwriter.asm @ 453:b4f28ab23b87
NEW: Show Uptime (Time since last firmware boot) in information menu
author | heinrichsweikamp |
---|---|
date | Mon, 19 Sep 2016 16:32:02 +0200 |
parents | 23b58c4bc6aa |
children | 85b533b7a18c |
comparison
equal
deleted
inserted
replaced
452:55dcf1b248f2 | 453:b4f28ab23b87 |
---|---|
1012 addwf lo | 1012 addwf lo |
1013 movlw d'0' | 1013 movlw d'0' |
1014 addwfc hi | 1014 addwfc hi |
1015 rcall do_logoffset_common_write ; lo:hi -> EEPROM | 1015 rcall do_logoffset_common_write ; lo:hi -> EEPROM |
1016 change_logbook_offset2: | 1016 change_logbook_offset2: |
1017 ; Clear lastdive:4 | |
1018 banksel lastdive_time+0 | |
1019 clrf lastdive_time+0 | |
1020 clrf lastdive_time+1 | |
1021 clrf lastdive_time+2 | |
1022 clrf lastdive_time+3 | |
1023 banksel common | |
1024 | |
1017 ; Add more here... | 1025 ; Add more here... |
1018 return | 1026 return |
1019 | 1027 |
1020 global do_logoffset_common_write | 1028 global do_logoffset_common_write |
1021 do_logoffset_common_write: | 1029 do_logoffset_common_write: |