;
;
;            strings_mb.txt
;        ASCII
;     
;  \r\n",0
;
;
;----------------------------------------------
 str0:
 .db "\r\nwill enter the command:\r\n"
 .db "continue functioning = 1 \r\n"
 .db "EXIT in mode of the boot the programs/files = 0\r\n",0
;----------------------------------------------
;
;
 str1:
  .db "\r\nexpect boot the data, program or command file\r\n",0
     ; "   "
;----------------------------------------------
;
 str2:
  .db "\r\nmb4012 V0.3 "
  .db "program for lace trim\r\n"
	.db "microcontroller AT89C51/AT89C52\r\n"
	.db "base module KOTUINKO under bios B52m1\r\n",0
 m_str0:
  .db "version of the module of the extension\r\n"
 m_str1:
  .db "123456789ab\r\n",0

;----------------------------------------------
;
 str3:
  .db "\r\nexecute check/adjustingr\n"
	.db "the voltage +12 volts = 1\r\n"
	.db "continue functioning = 0\r\n",0

;----------------------------------------------
;
 str4:
  .db "\r\n     +12 volts ON\r\n"
  .db "for 12V OFF and "
	.db "continue functioning = 1\r\n",0

;----------------------------------------------
;
 str5:
  .db "\r\nInstall AT89C51 or AT89C52"
	.db "\r\nin jack with zero effort\r\n",0

;----------------------------------------------
;
 str6:
  .db "\r\nsignature 0x0030 = 0x",0
 str7:
  .db "\r\nsignature 0x0031 = 0x",0
 str8:
  .db "\r\nsignature 0x0032 = 0x",0

;----------------------------------------------
;
 str9:
  .db "\r\n\r\nERROR - installed device is not identified!\r\n",0
;----------------------------------------------
;
 str10:
  .db "\r\n     Atmel AT89C5"
 str10_a:
	.db "0 Vpp +"
 str10_b:
	.db "mmV installed\r\n",0
;----------------------------------------------
;
 str11:
  .db "\r\nwill enter hex file of"
	.db " the MC with terminal of the computer\r\n",0
;----------------------------------------------
;
 str12:
  .db "\r\n0 - return to installing the microcontroller\r\n"
  .db "1 - full clear to memories\r\n"
  .db "2 - check purities of memory\r\n"
  .db "3 - writing and check the current dump in microcontroller\r\n",0
;----------------------------------------------
;
 str13:
  .db "\r\nChip Erase operation\r\n",0

;----------------------------------------------
;
 str14:
  .db "\r\nchecking the result of the execution to\r\n"
  .db "Chip Erase operations\r\n",0
;----------------------------------------------
;
 str15:
  .db "\r\n0 - return to installing the microcontroller\r\n"
  .db "1 - load *.hex file\r\n"
  .db "2 - load blanc damp\r\n",0

;----------------------------------------------
;
 str16:
  .db " is it successfully executed \r\n",0
     ; "  "

;----------------------------------------------
;
 str17:
  .db "\r\ninitial address last filled pages = 0x"
 str17a:
  .db "nn00\r\n",0

;----------------------------------------------
;
 str18:
  .db "\r\n0 - return to installing the microcontroller\r\n"
	.db "1 - write and check the current dump in microcontroller\r\n",0

;----------------------------------------------
; "    "
 str19:
 .db "\r\nbegun writing the dump in microcontroller\r\n",0

;----------------------------------------------
;