home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff314.lha
/
zc
/
zc.lzh
/
Docs
/
zc.doc
< prev
next >
Wrap
Text File
|
1990-01-20
|
1KB
|
51 lines
ZC(1)
ZC
NAME
zc -Sozobon C compiler ported to the amiga. Ver 1.01
by Johann Ruegg.
modified by Joe Montgomery Dec 1988.
modified by Jeff Lydiatt June 1989.
SYNOPSIS
zc [ options ] [file.c's ]
DESCRIPTION
Zc is a c compiler for the amiga. It is as far as
I know a K & R compatible compiler. Zc takes <file>.c
and creates a Motorola compatible assembly source whose
default name is <file>.s . include files are looked
for in the directory specified by the manx environment
variable INCLUDE. Simply use the command
set INCLUDE=includedir
from the CLI or place it in your startup-sequence.
Below: are the options available at present.
-Dxxxx Define xxxx
same as a #define xxxx in the source file
-Uxxxx Undefine xxxx
same as a #undefine xxxx in the source file
-Ixxxx Include Directory = xxxx
-P profiler. Places a call to mcount before calling
main. You had better not use this for now.
-Oxxxx outputfile name = xxxx
-V display compiler version
-? Help
-C force Data,Bss into Chip memory
-F force Data,Bss into Fast memory
-Exxxx errorfile. Zc writes the number of errors into
this file. This is used by the compiler front
end in order to determine whether to start the
assembler a68k.
BUGS
See zc.readme.
Joe Montgomery UC Berkeley Math Dept.
monty@brahms.berkeley.edu