home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / txt2db13.lbr / T2DBHELP.LZB / T2DBHELP.LIB
Encoding:
Text File  |  1991-10-15  |  1.1 KB  |  33 lines

  1.     DB    'TEXT2DB reads text from an ASCII Input File'
  2.     DB    ' (INFILE) and sends it to ',CR,LF
  3.     DB    'an Output File (OUTFILE) reformatted as data'
  4.     DB    ' statements suitable for ',CR,LF
  5.     DB    'input to an assembler. Synthetic labels, code,'
  6.     DB    ' and comments may be',CR,LF
  7.     DB    'inserted in OUTFILE. Certain control characters'
  8.     DB    ' are translated to',CR,LF
  9.     DB    'symbols in OUTFILE.',CR,LF
  10.     DB    CR,LF
  11.     DB    'SYNTAX:',CR,LF
  12. ;Current program name goes into next labeled field
  13.     DB    TAB
  14. hlp001:    DB    ' TEXT2DB [DIR:]INFILE[.TXT] [OUTFILE[.DB]] [/o...]'
  15.     DB    CR,LF
  16.     DB    CR,LF
  17.     DB    'OPTIONS:',CR,LF
  18.     DB    TAB,'/Saaa     Set 3 character alpha prefix for'
  19.     DB    ' synthetic labels.',CR,LF
  20.     DB    TAB,'/Snnn     Set starting label number [0..255]'
  21.     DB    CR,LF
  22.     DB    TAB,'/Saaannn  Set both alpha prefix and starting'
  23.     DB    ' label number.',CR,LF
  24.     DB    TAB,'/Tx       Set ''x'' as the Trigger character'
  25.     DB    ' for a label',CR,LF
  26.     DB    CR,LF
  27.     DB    'Notes:',TAB,'OUTFILE is always written to the'
  28.     DB    ' same DIR: as INFILE.',CR,LF
  29.     DB    TAB,'This utility is configurable with ZCNFG'
  30.     DB    ' and '
  31. hlp002:    DB    '        .CFG.',CR,LF
  32.     DB    0
  33.