Next: TC-X Samples, Up: TC-X [Contents][Index]
Things to learn during this stage that you should remember:
MIPS (see TC-7) has shown you an example of RISC architecture. Targeting IA-32 shows you an example of the CISC family of processors.
At the end of the compiler (when register allocation is functional), the IA-32 back end generates code in IA-32 assembly language, which can be assembled and linked to produce a genuine executable program.