comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 8:d8b426d71282

1.52 rc2
author heinrichsweikamp
date Sun, 28 Feb 2010 16:19:21 +0100
parents 2b5c52ae3923
children 395230c28023
comparison
equal deleted inserted replaced
7:5c4ba624165d 8:d8b426d71282
607 #DEFINE stopwatch_active flag14,1 ;=1: Show Stopwatch in Divemode 607 #DEFINE stopwatch_active flag14,1 ;=1: Show Stopwatch in Divemode
608 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active! 608 #DEFINE is_bailout flag14,2 ;=1: CC mode, but bailout active!
609 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active 609 #DEFINE standalone_simulator flag14,3 ;=1: Standalone Simulator active
610 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu 610 #DEFINE display_set_simulator flag14,4 ;=1: Show Divemode simulator menu
611 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable 611 #DEFINE displaytext_high flag14,5 ;=1: Show/Use Texts 255-511 in Texttable
612 ;free 612 #DEFINE better_gas_available flag14,6 ;=1: A better gas is available and a gas change is advised in divemode
613 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output 613 #DEFINE displaytext_invert flag14,7 ;=1: inverts word prozessor output
614 614
615 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer 615 #DEFINE restore_deco_data flag15,0 ;=1: Restore Decodata after the dive from 0x380 buffer
616 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive! 616 #DEFINE uart_store_tissue_data flag15,1 ;=1: Store tissue data for next simualted dive!
617 ;free 617 ;free