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