home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
utils
/
asmutl
/
lc22.lbr
/
LC22.DOC
< prev
Wrap
Text File
|
1986-04-27
|
896b
|
18 lines
Eric Gans
French Dep't UCLA
Los Angeles, CA 90024
LC.COM (v.2.2) - 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. V2.2 manages drives
more rationally than previous versions: lc d:file1 file2 will now
put file2 on drive d: instead of the default]