Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/english_text.asm @ 592:cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
author | heinrichsweikamp |
---|---|
date | Mon, 28 May 2012 17:54:43 +0200 |
parents | 1b021a280e15 |
children | f3735da18809 |
comparison
equal
deleted
inserted
replaced
591:2966548fbe70 | 592:cda5b45b953f |
---|---|
115 #DEFINE TXT_GF_F1 "F" ; "F" | 115 #DEFINE TXT_GF_F1 "F" ; "F" |
116 #DEFINE TXT_SP2 "SP" ; "SP" | 116 #DEFINE TXT_SP2 "SP" ; "SP" |
117 #DEFINE TXT_DIL4 "Dil:" ; "Dil:" | 117 #DEFINE TXT_DIL4 "Dil:" ; "Dil:" |
118 #DEFINE TXT_N2_2 "N2" ; "N2" | 118 #DEFINE TXT_N2_2 "N2" ; "N2" |
119 #DEFINE TXT_HE2 "He" ; "He" | 119 #DEFINE TXT_HE2 "He" ; "He" |
120 | 120 #DEFINE TXT_PSCR_P1 "p" ; "P" |
121 #DEFINE TXT_PSCR_S1 "S" ; "S" | |
121 #ENDIF | 122 #ENDIF |
122 ;============================================================================= | 123 ;============================================================================= |
123 ; macro X Y "translation" ; English original | 124 ; macro X Y "translation" ; English original |
124 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash | 125 TCODE .0, .0, "Building MD2 Hash" ;001 Building MD2 Hash |
125 TCODE .0, .25, "Please Wait..." ;002 Please Wait... | 126 TCODE .0, .25, "Please Wait..." ;002 Please Wait... |
358 TCODE .40, .35, "unused " ;222 unused | 359 TCODE .40, .35, "unused " ;222 unused |
359 TCODE .40, .35, "unused " ;223 unused | 360 TCODE .40, .35, "unused " ;223 unused |
360 TCODE .40, .35, "unused " ;224 unused | 361 TCODE .40, .35, "unused " ;224 unused |
361 ; | 362 ; |
362 TCODE .7, .2, "Custom Functions III" ;225 Custom Functions III | 363 TCODE .7, .2, "Custom Functions III" ;225 Custom Functions III |
363 TCODE .0, .0, "" ;226 unused | 364 TCODE .85, .125, "pSCR-GF " ;226 pSCR-GF |
364 TCODE .0, .0, "" ;227 unused | 365 TCODE .0, .0, "" ;227 unused |
365 TCODE .0, .0, "" ;228 unused | 366 TCODE .0, .0, "" ;228 unused |
366 TCODE .0, .0, "" ;229 unused | 367 TCODE .0, .0, "" ;229 unused |
367 TCODE .0, .0, "" ;230 unused | 368 TCODE .0, .0, "" ;230 unused |
368 TCODE .0, .0, "" ;231 unused | 369 TCODE .0, .0, "" ;231 unused |
514 TCODE .0, .95, "culations with the" ;351 culations with the | 515 TCODE .0, .95, "culations with the" ;351 culations with the |
515 TCODE .0, .125, "GF-Method (GF_lo/GF" ;352 GF-Method (GF_lo/GF | 516 TCODE .0, .125, "GF-Method (GF_lo/GF" ;352 GF-Method (GF_lo/GF |
516 TCODE .0, .155, "_hi). Check CF32 &" ;353 _hi). Check CF32 & | 517 TCODE .0, .155, "_hi). Check CF32 &" ;353 _hi). Check CF32 & |
517 TCODE .0, .185, "CF33!Closed Circuit" ;354 CF33!Closed Circuit | 518 TCODE .0, .185, "CF33!Closed Circuit" ;354 CF33!Closed Circuit |
518 TCODE .0, .215, "with Deep Stops." ;355 with Deep Stops. | 519 TCODE .0, .215, "with Deep Stops." ;355 with Deep Stops. |
519 ; Spare (PSCR?) | 520 ; pSCR-GF mode description |
520 TCODE .0, .35, "" ;356 | 521 TCODE .0, .35, "Decotype: pSCR-GF" ;356 Decotype: pSCR-GF |
521 TCODE .0, .65, "" ;357 | 522 TCODE .0, .65, "For passive semi-" ;357 For passive semi- |
522 TCODE .0, .95, "" ;358 | 523 TCODE .0, .95, "closed rebreather." ;358 closed rebreather. |
523 TCODE .0, .125, "" ;359 | 524 TCODE .0, .125, "Check CF32 & CF33" ;359 Check CF32 & CF33 |
524 TCODE .0, .155, "" ;360 | 525 TCODE .0, .155, "for gradient factors" ;360 for gradient factors |
525 TCODE .0, .185, "" ;361 | 526 TCODE .0, .185, "and CF61-CF63 for" ;361 and CF61-CF63 for |
526 TCODE .0, .215, "" ;362 | 527 TCODE .0, .215, "pSCR features." ;362 pSCR features. |
527 ; | 528 ; |
528 | 529 |
529 ;============================================================================= | 530 ;============================================================================= |