comparison code_part1/OSTC_code_asm_part1/english_text.asm @ 370:61742b3ef842 64kByte Logbook

Merged with dive interval
author JeanDo
date Fri, 10 Jun 2011 01:31:39 +0200
parents 584741726190 93c0cb14b0d2
children c7142538050c
comparison
equal deleted inserted replaced
367:584741726190 370:61742b3ef842
321 TCODE .100, .100, "unuse" ;244 unuse 321 TCODE .100, .100, "unuse" ;244 unuse
322 TCODE .20, .65, "Reset CF,Gas & Deco" ;245 Reset CF,Gas & Deco 322 TCODE .20, .65, "Reset CF,Gas & Deco" ;245 Reset CF,Gas & Deco
323 TCODE .50, .145, "LowBatt!" ;246 LowBatt! 323 TCODE .50, .145, "LowBatt!" ;246 LowBatt!
324 TCODE .20, .125, "Simulator" ;247 Simulator 324 TCODE .20, .125, "Simulator" ;247 Simulator
325 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator 325 TCODE .30, .2, "OSTC Simulator" ;248 OSTC Simulator
326 TCODE .20, .35, "Start Dive" ;249 Start Dive 326 TCODE .20, .65, "Start Dive" ;249 Start Dive
327 TCODE .100, .25, "+ 1m" ;250 + 1m 327 TCODE .100, .25, "+ 1m" ;250 + 1m
328 TCODE .100, .50, "- 1m" ;251 - 1m 328 TCODE .100, .50, "- 1m" ;251 - 1m
329 TCODE .100, .75, "+10m" ;252 +10m 329 TCODE .100, .75, "+10m" ;252 +10m
330 TCODE .100, .100, "-10m" ;253 -10m 330 TCODE .100, .100, "-10m" ;253 -10m
331 TCODE .100, .0, "Close" ;254 Close 331 TCODE .100, .0, "Close" ;254 Close
354 TCODE .0, .65, "were added! Check" ;273 were added! Check 354 TCODE .0, .65, "were added! Check" ;273 were added! Check
355 TCODE .0, .95, "CF I and CF II Menu" ;274 CF I and CF II Menu 355 TCODE .0, .95, "CF I and CF II Menu" ;274 CF I and CF II Menu
356 TCODE .0, .125, "for Details!" ;275 for Details! 356 TCODE .0, .125, "for Details!" ;275 for Details!
357 TCODE .20, .95, "Salinity: " ;276 Salinity: 357 TCODE .20, .95, "Salinity: " ;276 Salinity:
358 ; 358 ;
359 TCODE .20, .65, "Bottom Time:" ;277 Bottom Time: 359 TCODE .20, .95, "Bottom Time:" ;277 Bottom Time:
360 TCODE .20, .95, "Max. Depth:" ;278 Max. Depth: 360 TCODE .20, .125, "Max. Depth:" ;278 Max. Depth:
361 TCODE .20, .125, "Calculate Deco" ;279 Calculate Deco 361 TCODE .20, .155, "Calculate Deco" ;279 Calculate Deco
362 TCODE .20, .155, "Show Decoplan" ;280 Show Decoplan 362 TCODE .0, .0, "" ;280 UNUSED
363 ; 363 ;
364 TCODE .93, .170, "Avr.Depth" ;281 Avr.Depth 364 TCODE .93, .170, "Avr.Depth" ;281 Avr.Depth
365 TCODE .90, .170, "Lead Tiss." ;282 Lead Tiss. 365 TCODE .90, .170, "Lead Tiss." ;282 Lead Tiss.
366 TCODE .93, .170, "Stopwatch" ;283 Stopwatch 366 TCODE .93, .170, "Stopwatch" ;283 Stopwatch
367 TCODE .20, .95, "Reset Logbook" ;284 Reset Logbook 367 TCODE .20, .95, "Reset Logbook" ;284 Reset Logbook
381 TCODE .50, .2, "Raw Data:" ;296 Raw Data: 381 TCODE .50, .2, "Raw Data:" ;296 Raw Data:
382 ; Gas-setup addons: 382 ; Gas-setup addons:
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 ; 115k Bootloader support:
389 TCODE .45, .100, "Bootloader" ;302 Bootloader 389 TCODE .45, .100, "Bootloader" ;302 Bootloader
390 TCODE .40, .130, "Please wait!" ;303 Please wait! 390 TCODE .40, .130, "Please wait!" ;303 Please wait!
391 TCODE .50, .130, "Aborted!" ;304 Aborted 391 TCODE .50, .130, "Aborted!" ;304 Aborted
392 ;@5 variant 392 ;@5 variant
393 TCODE .0, .0, "Future TTS" ;305 Future TTS (=10 chars. Title for @5 customview). 393 TCODE .0, .0, "Future TTS" ;305 Future TTS (=10 chars. Title for @5 customview).
394 ;
394 TCODE .100, .125, "Quit Sim" ;306 Quit Sim (=8char max. Quit Simulator mode) 395 TCODE .100, .125, "Quit Sim" ;306 Quit Sim (=8char max. Quit Simulator mode)
396 ;Dive interval
397 TCODE .20, .35, "Interval:" ;307 Interval:
398 TCODE .0, .0, "Now" ;308 Now
395 ;============================================================================= 399 ;=============================================================================