Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - ztc1 and ztc1b and ztcpp1 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ZTC1 and ZTC1B and ZTCPP1

These are the first passes of the C compiler.

Usage:  ZTC[PP]1 input [-ooutput] [-l[listing]] {-d[macro[=text]]}
        [-m[s|m|c|l]] {-(a|e|f|g|J|p|u|v|w|x)} {-ipath} [-j[0|1|2]]
input = source file name
-a  no alignment of members in structs  -d  define macro
-e  show results of preprocessor        -f  in-line 8087 code
-g  put line number information         -i  #include path search path
    in .OBJ file                        -j  Asian language characters
-J  chars default to unsigned           -l  generate list file
-ms  small code, small data (default)   -mm  large code, small data
-mc  small code, large data             -ml  large code, large data
-o  output file name                    -p  turn off autoprototyping
-u  suppress predefined macros          -v  verbose compile
-w  suppress warnings                   -x  turn off error maximum

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson