Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/divemode.asm @ 40:92001c045088
1.62 beta release
author | heinrichsweikamp |
---|---|
date | Wed, 02 Jun 2010 10:47:30 +0200 |
parents | 1705b3f7e5b3 |
children | 475a9e536d77 |
comparison
equal
deleted
inserted
replaced
39:1705b3f7e5b3 | 40:92001c045088 |
---|---|
457 btfsc FLAG_apnoe_mode ; ignore decompression calculation in apnoe mode | 457 btfsc FLAG_apnoe_mode ; ignore decompression calculation in apnoe mode |
458 return | 458 return |
459 | 459 |
460 ostc_debug 'B' ; Sends debug-information to screen if debugmode active | 460 ostc_debug 'B' ; Sends debug-information to screen if debugmode active |
461 call divemode_prepare_flags_for_deco | 461 call divemode_prepare_flags_for_deco |
462 | |
463 movlw d'0' | |
464 movff WREG,char_I_step_is_1min ; 2 second deco mode | |
465 | |
462 call deco_main_calc_hauptroutine ; calc_tissue | 466 call deco_main_calc_hauptroutine ; calc_tissue |
463 movlb b'00000001' ; rambank 1 selected | 467 movlb b'00000001' ; rambank 1 selected |
464 ostc_debug 'C' ; Sends debug-information to screen if debugmode active | 468 ostc_debug 'C' ; Sends debug-information to screen if debugmode active |
465 | 469 |
466 movff char_O_deco_status,deco_status ; | 470 movff char_O_deco_status,deco_status ; |