comparison code_part1/OSTC_code_asm_part1/german_text.asm @ 552:44e9b961f156

Compute ppO2 for pSCR diving
author heinrichsweikamp
date Sat, 04 Feb 2012 18:23:36 +0100
parents f5a06b9e2fef
children 3a863016cb40
comparison
equal deleted inserted replaced
551:c67bf1ca73ef 552:44e9b961f156
310 TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation). 310 TCODE .40, .35, "BottomGas[/min]" ;178 BottomGas[/min] (Bottom gas usage, for volume estimation).
311 TCODE .40, .35, "Sonst.Gas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage) 311 TCODE .40, .35, "Sonst.Gas[/min]" ;179 AscentGas[/min] (Ascent+Deco gas usage)
312 TCODE .40, .35, "TTS @ Zeit[min]" ;180 Future TTS[min] (Compute TTS for extra time at current depth) 312 TCODE .40, .35, "TTS @ Zeit[min]" ;180 Future TTS[min] (Compute TTS for extra time at current depth)
313 TCODE .40, .35, "Cave Warning[l]" ;181 Cave Warning[l] (Consomation warning for cave divers) 313 TCODE .40, .35, "Cave Warning[l]" ;181 Cave Warning[l] (Consomation warning for cave divers)
314 TCODE .40, .35, "Graph. Velocity" ;182 Graph. Velocity (Show a graphical representation of the ascend speed) 314 TCODE .40, .35, "Graph. Velocity" ;182 Graph. Velocity (Show a graphical representation of the ascend speed)
315 TCODE .40, .35, "nicht verwendet" ;183 not used 315 TCODE .40, .35, "Show pSCR ppO2 " ;183 Show pSCR ppO2 (Show the ppO2 for pSCR divers)
316 TCODE .40, .35, "nicht verwendet" ;184 not used 316 TCODE .40, .35, "pSCR O2 Drop[%]" ;184 pSCR O2 Drop[%] (pSCR O2 drop in percent)
317 TCODE .40, .35, "nicht verwendet" ;185 not used 317 TCODE .40, .35, "pSCR lung ratio" ;185 pSCR lung ratio (pSCR counterlung ratio)
318 ; End of function descriptor II 318 ; End of function descriptor II
319 ; 319 ;
320 TCODE .13, .2, "Custom Funktionen II" ;186 Custom Functions II 320 TCODE .13, .2, "Custom Funktionen II" ;186 Custom Functions II
321 TCODE .20, .95, "Lizenz anzeigen " ;187 Show License 321 TCODE .20, .95, "Lizenz anzeigen " ;187 Show License
322 TCODE .0, .2, "Sim. Daten:" ;188 Sim. Results: 322 TCODE .0, .2, "Sim. Daten:" ;188 Sim. Results:
406 TCODE .1, .1, "OSTC " ;262 OSTC 406 TCODE .1, .1, "OSTC " ;262 OSTC
407 TCODE .65, .168, "Bail " ;263 Bail 407 TCODE .65, .168, "Bail " ;263 Bail
408 TCODE .7, .48, "Luft " ;264 Air 408 TCODE .7, .48, "Luft " ;264 Air
409 TCODE .120, .135, "Luft " ;265 Air 409 TCODE .120, .135, "Luft " ;265 Air
410 410
411 TCODE .0, .0, "" ;266 unused 411 TCODE .0, .0, "pSCR Info" ;266 pSCR Info (Must be 9Chars!)
412 TCODE .0, .216, "Max." ;267 Max. 412 TCODE .0, .216, "Max." ;267 Max.
413 TCODE .0, .0, "" ;268 unused 413 TCODE .0, .0, "" ;268 unused
414 TCODE .0, .0, "" ;269 unused 414 TCODE .0, .0, "" ;269 unused
415 TCODE .0, .0, "" ;270 unused 415 TCODE .0, .0, "" ;270 unused
416 416