Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 64:e8756eba54ee
1.71beta - more deco
author | heinrichsweikamp |
---|---|
date | Sat, 02 Oct 2010 23:34:08 +0200 |
parents | fee7c62b4de1 |
children | d0b677e1e9a5 |
comparison
equal
deleted
inserted
replaced
63:fee7c62b4de1 | 64:e8756eba54ee |
---|---|
305 | 305 |
306 switch_timeout ; used for hold-down count function | 306 switch_timeout ; used for hold-down count function |
307 | 307 |
308 temp5 ; used in PLED_MultiGF,... | 308 temp5 ; used in PLED_MultiGF,... |
309 temp6 ; used in PLED_MultiGF,... | 309 temp6 ; used in PLED_MultiGF,... |
310 MultiGF_seconds ; Counter for seconds in Multi-GF mode | 310 temp7 ; used in PLED_MultiGF,... |
311 temp8 ; used in PLED_MultiGF,... | |
312 temp9 ; used in PLED_MultiGF,... | |
313 temp10 ; used in PLED_MultiGF,... | |
311 | 314 |
312 fatal_error_code ; holds error code value | 315 fatal_error_code ; holds error code value |
313 | 316 |
314 logbook_temp1 ; Temp used in logbook display&Divemode&Gassetup | 317 logbook_temp1 ; Temp used in logbook display&Divemode&Gassetup |
315 logbook_temp2 ; Temp used in logbook display&Divemode&Gassetup | 318 logbook_temp2 ; Temp used in logbook display&Divemode&Gassetup |
580 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv | 583 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv |
581 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! | 584 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! |
582 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output | 585 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output |
583 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART | 586 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART |
584 | 587 |
585 ;#DEFINE free | 588 #DEFINE last_ceiling_gf_shown flag10,0 ;=1: Last stop already shown |
586 #DEFINE uart_send_int_eeprom flag10,1 ;=1: Send internal EEPROM BANK 0 | 589 #DEFINE uart_send_int_eeprom flag10,1 ;=1: Send internal EEPROM BANK 0 |
587 #DEFINE uart_reset_decodata flag10,2 ;=1: Reset deco data | 590 #DEFINE uart_reset_decodata flag10,2 ;=1: Reset deco data |
588 #DEFINE manual_gas_changed flag10,3 ;=1: Manual Gas changed during dive | 591 #DEFINE manual_gas_changed flag10,3 ;=1: Manual Gas changed during dive |
589 #DEFINE stored_gas_changed flag10,4 ;=1: Stored Gas changed during dive | 592 #DEFINE stored_gas_changed flag10,4 ;=1: Stored Gas changed during dive |
590 #DEFINE event_occured flag10,5 ;=1: An Event has occured during the current sample interval | 593 #DEFINE event_occured flag10,5 ;=1: An Event has occured during the current sample interval |