comparison src/ghostwriter.asm @ 503:4542d03f748a

NEW: Last Dive customviews in surface mode with divetime, depth and interval
author heinrichsweikamp
date Sun, 11 Jun 2017 17:11:40 +0200
parents 8dfb93e80338
children 06e9370c6d75
comparison
equal deleted inserted replaced
502:0910c227018f 503:4542d03f748a
1018 banksel lastdive_time+0 1018 banksel lastdive_time+0
1019 clrf lastdive_time+0 1019 clrf lastdive_time+0
1020 clrf lastdive_time+1 1020 clrf lastdive_time+1
1021 clrf lastdive_time+2 1021 clrf lastdive_time+2
1022 clrf lastdive_time+3 1022 clrf lastdive_time+3
1023 movff divemins+0,lastdive_duration+0
1024 movff divemins+1,lastdive_duration+1
1025 movff divesecs,lastdive_duration+2
1026 movff max_pressure+0,lastdive_maxdepth+0
1027 movff max_pressure+1,lastdive_maxdepth+1
1023 banksel common 1028 banksel common
1024 1029
1025 ; Add more here... 1030 ; Add more here...
1026 return 1031 return
1027 1032