Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/start.asm @ 31:2b52a4a7dce6
preparations for new deco code...
author | heinrichsweikamp |
---|---|
date | Sun, 23 May 2010 22:13:25 +0200 |
parents | 73014f788032 |
children | a776039bda63 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm Fri May 21 21:29:13 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/start.asm Sun May 23 22:13:25 2010 +0200 @@ -74,8 +74,11 @@ movff amb_pressure+0,int_I_pres_respiration+0 ; copy surface air pressure to deco routine movff amb_pressure+1,int_I_pres_respiration+1 - call deco_main_clear_tissue ; - movlb b'00000001' ; select ram bank 1 + movlw d'0' + movff WREG,char_I_step_is_1min ; 2 second deco mode +movff WREG,unused_x24B +; call deco_main_clear_tissue ; +; movlb b'00000001' ; select ram bank 1 call deco_main_calc_desaturation_time; calculate desaturation time movlb b'00000001' ; select ram bank 1 call main_clear_CNS_fraction ; clear CNS