comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 344:797e2ac42d24 ScreenDump

MERGE with 1.91 main trunk.
author JeanDo
date Sat, 21 May 2011 14:48:07 +0200
parents 6bdf80d7276c 2144f19fa1eb
children b5b030c1ae7e
comparison
equal deleted inserted replaced
337:6bdf80d7276c 344:797e2ac42d24
282 movff wait_temp,char_I_He_ratio ; No He at the Surface 282 movff wait_temp,char_I_He_ratio ; No He at the Surface
283 movlw d'79' ; 79% N2 283 movlw d'79' ; 79% N2
284 movwf wait_temp ; Use as buffer 284 movwf wait_temp ; Use as buffer
285 movff wait_temp,char_I_N2_ratio ; No He at the Surface 285 movff wait_temp,char_I_N2_ratio ; No He at the Surface
286 286
287 movff amb_pressure+0,int_I_pres_respiration+0 ; copy surface air pressure to deco routine 287 SAFE_2BYTE_COPY amb_pressure,int_I_pres_respiration ; copy surface air pressure to deco routine
288 movff amb_pressure+1,int_I_pres_respiration+1
289 GETCUSTOM8 d'11' ; Saturation multiplier % 288 GETCUSTOM8 d'11' ; Saturation multiplier %
290 movff WREG,char_I_saturation_multiplier 289 movff WREG,char_I_saturation_multiplier
291 GETCUSTOM8 d'12' ; Desaturation multiplier % 290 GETCUSTOM8 d'12' ; Desaturation multiplier %
292 movff WREG,char_I_desaturation_multiplier 291 movff WREG,char_I_desaturation_multiplier
293 292