comparison code_part1/OSTC_code_asm_part1/start.asm @ 412:b2c9cc018671

small cleanup
author heinrichsweikamp
date Wed, 13 Jul 2011 11:12:43 +0200
parents e6e1b89b7c3e
children af2894e5cda4
comparison
equal deleted inserted replaced
411:e6e1b89b7c3e 412:b2c9cc018671
91 call deco_calc_desaturation_time ; calculate desaturation time 91 call deco_calc_desaturation_time ; calculate desaturation time
92 call deco_clear_CNS_fraction ; clear CNS 92 call deco_clear_CNS_fraction ; clear CNS
93 call calc_deko_surfmode ; calculate desaturation every minute 93 call calc_deko_surfmode ; calculate desaturation every minute
94 call deco_calc_wo_deco_step_1_min ; calculate deco in surface mode 94 call deco_calc_wo_deco_step_1_min ; calculate deco in surface mode
95 movlb b'00000001' ; select ram bank 1 95 movlb b'00000001' ; select ram bank 1
96 clrf nofly_time+0 ; Reset NoFly
97 clrf nofly_time+1 ; Reset NoFly
98 bcf nofly_active ; Clear flag
96 99
97 ; check firmware and reset Custom Functions after an update 100 ; check firmware and reset Custom Functions after an update
98 movlw d'1' 101 movlw d'1'
99 movwf EEADR 102 movwf EEADR
100 movlw d'1' 103 movlw d'1'