comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 516:b498245da3f1

imperial units patch from Vlad
author heinrichsweikamp
date Mon, 05 Dec 2011 20:40:10 +0100
parents c9f19a546e64
children a73a452ca155
comparison
equal deleted inserted replaced
515:cc09222a204f 516:b498245da3f1
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_100m ; clear flag 1747 bcf depth_greater_100 ; 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