Mercurial > public > hwos_code
comparison src/surfmode.asm @ 233:b6edf9bb8e3b
show start gas in normal font
author | heinrichsweikamp |
---|---|
date | Wed, 25 Feb 2015 11:51:50 +0100 |
parents | fe9d88fee09f |
children | 57155164faad |
comparison
equal
deleted
inserted
replaced
232:fe9d88fee09f | 233:b6edf9bb8e3b |
---|---|
144 call TFT_temp_surfmode ; Displays temperature | 144 call TFT_temp_surfmode ; Displays temperature |
145 call TFT_display_decotype_surface | 145 call TFT_display_decotype_surface |
146 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea | 146 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea |
147 tstfsz lo | 147 tstfsz lo |
148 bra surfloop_no_oc ; Not OC | 148 bra surfloop_no_oc ; Not OC |
149 WIN_TINY surf_decotype_column+.18,surf_decotype_row+.12 | 149 WIN_SMALL surf_decotype_column+.1,surf_decotype_row+.30 |
150 extern get_first_gas_to_WREG,gaslist_strcat_gas | 150 extern get_first_gas_to_WREG,gaslist_strcat_gas |
151 call get_first_gas_to_WREG ; Gets first gas (0-4) into WREG | 151 call get_first_gas_to_WREG ; Gets first gas (0-4) into WREG |
152 movwf PRODL | 152 movwf PRODL |
153 call gaslist_strcat_gas ; Input: PRODL : gas number (0..4), Output: Text appended into buffer pointed by FSR2. | 153 call gaslist_strcat_gas ; Input: PRODL : gas number (0..4), Output: Text appended into buffer pointed by FSR2. |
154 STRCAT_PRINT "" | 154 STRCAT_PRINT "" |