.TH cc1 "" "" Definition
.PC
.PP
.B cc1
is the code generator for the \*(CO C compiler.
This phase generates code from the trees created by the parser,
.BR cc0 .
The code generation is table driven, with entries for each
operator and addressing mode.
.SH "See Also"
.Xr "cc," cc
.Xr "cc0," cc0
.Xr "cc2," cc2
.Xr "cc3," cc3
.Xr "cpp," cpp
.Xr "Programming COHERENT" programmi
