Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


cc3                         Definition                        cc3




cc3 is  the output phase  of COHERENT.  It  writes a file  of as-
sembly language  rather than  a relocatable object  module.  This
phase is optional; it allows you to examine the code generated by
the  compiler.  To  produce an  assembly-language  output of  a C
program, use the -S option on the cc command line.  For example,


        cc -S foo.c


tells cc to produce a file of assembly language called foo.s, in-
stead of an object module.

***** See Also *****

cc, cc0, cc1, cc2, cpp, definitions








































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026