comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 44:475a9e536d77

1.63beta release
author heinrichsweikamp
date Thu, 01 Jul 2010 17:45:01 +0200
parents 92001c045088
children 985607cfb813
comparison
equal deleted inserted replaced
43:65d5b0c8da41 44:475a9e536d77
1560 clrf timeout_counter2 ; Here: counts to six, then store deco data and temperature 1560 clrf timeout_counter2 ; Here: counts to six, then store deco data and temperature
1561 clrf AlarmType ; Clear all alarms 1561 clrf AlarmType ; Clear all alarms
1562 bcf event_occured ; clear flag 1562 bcf event_occured ; clear flag
1563 bcf depth_greater_100m ; clear flag 1563 bcf depth_greater_100m ; clear flag
1564 setf last_diluent ; to be displayed after first calculation (range: 0 to 100 [%]) 1564 setf last_diluent ; to be displayed after first calculation (range: 0 to 100 [%])
1565 clrf char_last_pointer 1565 ; clrf char_last_pointer
1566 bcf dekostop_active 1566 bcf dekostop_active
1567 bcf is_bailout ;=1: CC mode, but bailout active! 1567 bcf is_bailout ;=1: CC mode, but bailout active!
1568 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode 1568 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
1569 1569
1570 call get_free_EEPROM_location ; get last position in external EEPROM, may be up to 2 secs! 1570 call get_free_EEPROM_location ; get last position in external EEPROM, may be up to 2 secs!