comparison code_part1/OSTC_code_asm_part1/german_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 814ac3af3052
children ceedf078b2d8
comparison
equal deleted inserted replaced
282:aa4b62840c69 283:4ec488f046f4
384 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas). 384 TCODE .0, .0, "MOD:" ;297 MOD: (max operating depth of a gas).
385 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas). 385 TCODE .0, .0, "END:" ;298 END: (equivalent nitrogen depth of a gas).
386 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas). 386 TCODE .0, .0, "EAD:" ;299 EAD: (equivalent air depth of a gas).
387 TCODE .100, .125, "Aktiv?" ;300 Active? (Enable/Disable Gas underwater) 387 TCODE .100, .125, "Aktiv?" ;300 Active? (Enable/Disable Gas underwater)
388 TCODE .0, .2, "OCR Gasverbrauch:" ;301 OCR Gas Usage: (Planned gas consumtion by tank). 388 TCODE .0, .2, "OCR Gasverbrauch:" ;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 ;=============================================================================