;
;
;            strings_mb.txt
;        ASCII
;     
;  \r\n",0
;
;
;----------------------------------------------
 str0:
 .db "\r\nwill enter the command:\r\n"
 .db "continue functioning = 1 \r\n"
 .db "return 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.2 "
  .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"
	.db "\r\nand enter 1 in terminal\r\n",0


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

;    
;




 m_str2:
  .db "oll ports off (=0x00)\r\n",0
 m_str3:
  .db "oll ports on (=0xFF)\r\n",0



; for input test

 it_str0:
  .db "will enter number of the next indicator\r\n"
  .db " 1 2 3 4 5 6 7 8 or 0 if exit of test\r\n",0
 it_str1:
  .db "indicator  "
 it_str2:
  .db "n"
 it_str3:
  .db " is actuated \r\n",0
 it_str4:
  .db "EXIT LED TEST\r\n",0
;