comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 254:8f20e8948b97

working word-around for nofly issue
author heinrichsweikamp
date Fri, 08 Apr 2011 11:58:55 +0200
parents 3a4096f32526
children cb95722a81a1
comparison
equal deleted inserted replaced
253:3a4096f32526 254:8f20e8948b97
329 logbook_temp6 res 1 ; Temp used in logbook display&Divemode&Gassetup 329 logbook_temp6 res 1 ; Temp used in logbook display&Divemode&Gassetup
330 330
331 convert_value_temp res 3 ; used in menu_battery_state_convert_date 331 convert_value_temp res 3 ; used in menu_battery_state_convert_date
332 time_correction_value res 1 ; Adds to Seconds on midnight 332 time_correction_value res 1 ; Adds to Seconds on midnight
333 sorted_gaslist_active res 1 ; Holds flags for active gases for the sorted list 333 sorted_gaslist_active res 1 ; Holds flags for active gases for the sorted list
334 desaturation_time_buffer res 2 ; buffer for desat time
334 335
335 ;============================================================================= 336 ;=============================================================================
336 ; C-code Routines 337 ; C-code Routines
337 ; PART 2 338 ; PART 2
338 extern deco_calc_CNS_decrease_15min 339 extern deco_calc_CNS_decrease_15min