diff code_part1/OSTC_code_asm_part1/divemode.asm @ 286:5351d47ee28a

Active gas flags simplified
author heinrichsweikamp
date Wed, 20 Apr 2011 07:51:11 +0200
parents f8f865c70a0d
children 5f2fe81fde9f
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Apr 20 06:54:33 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Apr 20 07:51:11 2011 +0200
@@ -334,7 +334,7 @@
 	bra		reset_decompression_gases	; While in NDL, do not set deompression gas
 
 divemode_check_decogases:					; CALLed from Simulator
-; Copy active gases to char_I_deco_N2_ratio and char_I_deco_He_ratio
+; Copy all gases to char_I_deco_N2_ratio and char_I_deco_He_ratio
 	read_int_eeprom		d'5'			; Read He ratio
 	movff	EEDATA,char_I_deco_He_ratio+4	; And copy into hold register
 	read_int_eeprom		d'4'			; Read O2 ratio