comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 229:85ea09d3b9d8

Nofly should not be reset after dive simulation (bug BB18).
author JeanDo
date Tue, 15 Mar 2011 18:13:51 +0100
parents 49c90c5d9603
children 1efd59d689f8
comparison
equal deleted inserted replaced
228:6d4e29d80ff3 229:85ea09d3b9d8
368 movwf EEDATA 368 movwf EEDATA
369 write_int_eeprom d'36' ; reset mix1 to ppO2=1.00Bar 369 write_int_eeprom d'36' ; reset mix1 to ppO2=1.00Bar
370 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00Bar 370 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00Bar
371 write_int_eeprom d'38' ; reset mix3 to ppO2=1.00Bar 371 write_int_eeprom d'38' ; reset mix3 to ppO2=1.00Bar
372 372
373 movlw d'1' 373 clrf nofly_time+0 ; Clear nofly time
374 movwf nofly_time+0 ; Clear nofly time
375 clrf nofly_time+1 ; Clear nofly time 374 clrf nofly_time+1 ; Clear nofly time
376 375
377 reset_all_cf_bank0: 376 reset_all_cf_bank0:
378 clrf EEADRH 377 clrf EEADRH
379 movlw d'127' ; address of low byte of first custom function 378 movlw d'127' ; address of low byte of first custom function