comparison code_part1/OSTC_code_asm_part1/start.asm @ 32:a776039bda63

simulator-speed increased
author heinrichsweikamp
date Mon, 24 May 2010 17:48:21 +0200
parents 2b52a4a7dce6
children 6e5db85382a2
comparison
equal deleted inserted replaced
31:2b52a4a7dce6 32:a776039bda63
75 movff amb_pressure+1,int_I_pres_respiration+1 75 movff amb_pressure+1,int_I_pres_respiration+1
76 76
77 movlw d'0' 77 movlw d'0'
78 movff WREG,char_I_step_is_1min ; 2 second deco mode 78 movff WREG,char_I_step_is_1min ; 2 second deco mode
79 movff WREG,unused_x24B 79 movff WREG,unused_x24B
80 ; call deco_main_clear_tissue ; 80 call deco_main_clear_tissue ;
81 ; movlb b'00000001' ; select ram bank 1 81 movlb b'00000001' ; select ram bank 1
82 call deco_main_calc_desaturation_time; calculate desaturation time 82 call deco_main_calc_desaturation_time; calculate desaturation time
83 movlb b'00000001' ; select ram bank 1 83 movlb b'00000001' ; select ram bank 1
84 call main_clear_CNS_fraction ; clear CNS 84 call main_clear_CNS_fraction ; clear CNS
85 movlb b'00000001' ; select ram bank 1 85 movlb b'00000001' ; select ram bank 1
86 call calc_deko_surfmode ; calculate desaturation every minute 86 call calc_deko_surfmode ; calculate desaturation every minute