home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / lc21.lbr / LC21.DZC / LC21.DOC
Encoding:
Text File  |  1993-10-26  |  768 b   |  12 lines

  1. LC.COM  (v.2.1)  This little program does  the  opposite  of 
  2. FIXALL et al:  it converts text (e.g.,  ASM) files to LOWER case. 
  3. The XLATE 8080-Z80 converter,  DASM, etc. put everything in u.c., 
  4. which  is  hard to read and unpleasant to type  in,  whence  this 
  5. program. Comments and items in single quotes are left alone. (Z80 
  6. note  - Because  LC flags single quotes,  it won't work  if  your 
  7. program refers to the alternate register pairs af' etc.  It  just 
  8. didn't seem worthwhile adding code to avoid this problem.)
  9.  
  10. ['lc  filea'  to change filea;  'lc filea fileb' to put  the  new 
  11. output in fileb and leave filea unchanged.]
  12.