comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 517:a73a452ca155

Backed out changeset: b498245da3f1
author heinrichsweikamp
date Mon, 05 Dec 2011 20:58:10 +0100
parents b498245da3f1
children e33a8ac4b660
comparison
equal deleted inserted replaced
516:b498245da3f1 517:a73a452ca155
1742 rcall reset_average1 ; Reset the resettable average depth 1742 rcall reset_average1 ; Reset the resettable average depth
1743 clrf average_depth_hold_total+0 1743 clrf average_depth_hold_total+0
1744 clrf average_depth_hold_total+1 1744 clrf average_depth_hold_total+1
1745 clrf average_depth_hold_total+2 1745 clrf average_depth_hold_total+2
1746 clrf average_depth_hold_total+3 ; Clear Non-Resettable Average 1746 clrf average_depth_hold_total+3 ; Clear Non-Resettable Average
1747 bcf depth_greater_100 ; clear flag 1747 bcf depth_greater_100m ; clear flag
1748 setf last_diluent ; to be displayed after first calculation (range: 0 to 100 [%]) 1748 setf last_diluent ; to be displayed after first calculation (range: 0 to 100 [%])
1749 bcf dekostop_active 1749 bcf dekostop_active
1750 bcf is_bailout ;=1: CC mode, but bailout active! 1750 bcf is_bailout ;=1: CC mode, but bailout active!
1751 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode 1751 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
1752 bcf tts_extra_time ;=1: Compute TTS if extra time spent at current depth 1752 bcf tts_extra_time ;=1: Compute TTS if extra time spent at current depth