comparison code_part1/OSTC_code_asm_part1/dive_icons.asm @ 644:420e62cd88ad

point to correct diluent location
author heinrichsweikamp
date Wed, 03 Oct 2012 13:12:02 +0200
parents 8bda2452a532
children
comparison
equal deleted inserted replaced
643:3b50c9949b84 644:420e62cd88ad
39 ;---- Don't display when not in the right deco mode -------------- 39 ;---- Don't display when not in the right deco mode --------------
40 btfsc FLAG_apnoe_mode ; Apnoe selected ? 40 btfsc FLAG_apnoe_mode ; Apnoe selected ?
41 return ; YES: just return. 41 return ; YES: just return.
42 btfsc gauge_mode ; gauge mode ? 42 btfsc gauge_mode ; gauge mode ?
43 return ; YES: also return. 43 return ; YES: also return.
44 btfsc FLAG_const_ppO2_mode; Not in CC modes
45 return
44 46
45 ;---- Don't display CF#41 is false ------------------------------- 47 ;---- Don't display CF#41 is false -------------------------------
46 GETCUSTOM8 d'41' ; Read CF#41 48 GETCUSTOM8 d'41' ; Read CF#41
47 btfss WREG,0 ; Set ? 49 btfss WREG,0 ; Set ?
48 return ; NO: return 50 return ; NO: return