Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/english_text.asm @ 316:48685a69735e
Merge with @5 escape TTS
author | JeanDo |
---|---|
date | Wed, 04 May 2011 10:46:16 +0200 |
parents | c61d94186f8f |
children | 50e5b54b3fbd |
comparison
equal
deleted
inserted
replaced
311:91371c7553f5 | 316:48685a69735e |
---|---|
241 TCODE .40, .35, "Show Stopwatch " ;173 Show Stopwatch | 241 TCODE .40, .35, "Show Stopwatch " ;173 Show Stopwatch |
242 TCODE .40, .35, "ShowTissueGraph" ;174 ShowTissueGraph | 242 TCODE .40, .35, "ShowTissueGraph" ;174 ShowTissueGraph |
243 TCODE .40, .35, "Show Lead.Tiss." ;175 Show Lead.Tiss. | 243 TCODE .40, .35, "Show Lead.Tiss." ;175 Show Lead.Tiss. |
244 TCODE .40, .35, "ShallowStop 1st" ;176 Shallow stop 1st (Reverse order of deco plans) | 244 TCODE .40, .35, "ShallowStop 1st" ;176 Shallow stop 1st (Reverse order of deco plans) |
245 TCODE .40, .35, "Gas switch[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). | 245 TCODE .40, .35, "Gas switch[min]" ;177 Gas switch[min] (Additional delay in decoplan for gas switches). |
246 TCODE .40, .35, "BottomGas[l/mn]" ;178 BottomGas[l/mn] (Bottom gas usage, for volume estimation). | 246 TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). |
247 TCODE .40, .35, "AscentGas[l/mn]" ;179 AscentGas[l/mn] (Ascent+Deco gas usage) | 247 TCODE .40, .35, "AscentGas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) |
248 TCODE .40, .35, "not used " ;180 not used | 248 TCODE .40, .35, "Escape TTS[min]" ;180 Escape TTS[min] (@5 variant: compute TTS for extra time at current depth) |
249 TCODE .40, .35, "not used " ;181 not used | 249 TCODE .40, .35, "not used " ;181 not used |
250 TCODE .40, .35, "not used " ;182 not used | 250 TCODE .40, .35, "not used " ;182 not used |
251 TCODE .40, .35, "not used " ;183 not used | 251 TCODE .40, .35, "not used " ;183 not used |
252 TCODE .40, .35, "not used " ;184 not used | 252 TCODE .40, .35, "not used " ;184 not used |
253 TCODE .40, .35, "not used " ;185 not used | 253 TCODE .40, .35, "not used " ;185 not used |
254 ; End of function descriptor I | 254 ; End of function descriptor II |
255 ; | 255 ; |
256 TCODE .13, .2, "Custom Functions II" ;186 Custom Functions II | 256 TCODE .13, .2, "Custom Functions II" ;186 Custom Functions II |
257 TCODE .20, .95, "Show License" ;187 Show License | 257 TCODE .20, .95, "Show License" ;187 Show License |
258 TCODE .0, .2, "Sim. Results:" ;188 Sim. Results: | 258 TCODE .0, .2, "Sim. Results:" ;188 Sim. Results: |
259 TCODE .90, .25, "Surface" ;189 Surface | 259 TCODE .90, .25, "Surface" ;189 Surface |
383 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). | 383 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). |
384 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). | 384 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). |
385 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). | 385 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). |
386 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) | 386 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) |
387 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). | 387 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). |
388 ; 115k Bootloader support: | |
388 TCODE .45, .100, "Bootloader" ;302 Bootloader | 389 TCODE .45, .100, "Bootloader" ;302 Bootloader |
389 TCODE .40, .130, "Please wait!" ;303 Please wait! | 390 TCODE .40, .130, "Please wait!" ;303 Please wait! |
390 TCODE .50, .130, "Aborted!" ;304 Aborted | 391 TCODE .50, .130, "Aborted!" ;304 Aborted |
392 ;@5 variant | |
393 TCODE .0, .0, "Escape TTS" ;305 Escape TTS (=10 chars. Title for @5 customview). | |
391 ;============================================================================= | 394 ;============================================================================= |