comparison code_part1/OSTC_code_asm_part1/french_text.asm @ 283:4ec488f046f4

Battery sign color coded, work on new uart-started 115200Baud bootloader (Do NOT use yet!)
author heinrichsweikamp
date Tue, 19 Apr 2011 19:31:16 +0200
parents 1efd59d689f8
children eac799f69360
comparison
equal deleted inserted replaced
282:aa4b62840c69 283:4ec488f046f4
384 TCODE .0, .0, "PMU:" ;297 MOD: (max operating depth of a gas). 384 TCODE .0, .0, "PMU:" ;297 MOD: (max operating depth of a gas).
385 TCODE .0, .0, "PEN:" ;298 END: (equivalent nitrogen depth of a gas). 385 TCODE .0, .0, "PEN:" ;298 END: (equivalent nitrogen depth of a gas).
386 TCODE .0, .0, "PEA:" ;299 EAD: (equivalent air depth of a gas). 386 TCODE .0, .0, "PEA:" ;299 EAD: (equivalent air depth of a gas).
387 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater) 387 TCODE .100, .125, "Active?" ;300 Active? (Enable/Disable Gas underwater)
388 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). 388 TCODE .0, .2, "OCR Gas Usage:" ;301 OCR Gas Usage: (Planned gas consumtion by tank).
389 TCODE .45, .100, "Bootloader" ;302 Bootloader
390 TCODE .40, .130, "Please wait!" ;303 Please wait!
391 TCODE .50, .130, "Aborted!" ;304 Aborted
389 ;============================================================================= 392 ;=============================================================================