Next: , Up: TC-X   [Contents][Index]


4.19.1 TC-X Goals

Things to learn during this stage that you should remember:

CISC vs. RISC (again)

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.

Compiler toolchain

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.