home *** CD-ROM | disk | FTP | other *** search
- DB 'TEXT2DB reads text from an ASCII Input File'
- DB ' (INFILE) and sends it to ',CR,LF
- DB 'an Output File (OUTFILE) reformatted as data'
- DB ' statements suitable for ',CR,LF
- DB 'input to an assembler. Synthetic labels, code,'
- DB ' and comments may be',CR,LF
- DB 'inserted in OUTFILE. Certain control characters'
- DB ' are translated to',CR,LF
- DB 'symbols in OUTFILE.',CR,LF
- DB CR,LF
- DB 'SYNTAX:',CR,LF
- ;Current program name goes into next labeled field
- DB TAB
- hlp001: DB ' TEXT2DB [DIR:]INFILE[.TXT] [OUTFILE[.DB]] [/o...]'
- DB CR,LF
- DB CR,LF
- DB 'OPTIONS:',CR,LF
- DB TAB,'/Saaa Set 3 character alpha prefix for'
- DB ' synthetic labels.',CR,LF
- DB TAB,'/Snnn Set starting label number [0..255]'
- DB CR,LF
- DB TAB,'/Saaannn Set both alpha prefix and starting'
- DB ' label number.',CR,LF
- DB TAB,'/Tx Set ''x'' as the Trigger character'
- DB ' for a label',CR,LF
- DB CR,LF
- DB 'Notes:',TAB,'OUTFILE is always written to the'
- DB ' same DIR: as INFILE.',CR,LF
- DB TAB,'This utility is configurable with ZCNFG'
- DB ' and '
- hlp002: DB ' .CFG.',CR,LF
- DB 0