Everything
1.1 Overview

CC-RX is a program that converts programs written in C/C++ or assembly language to a machine language.

CC-RX is comprised of the four executable files listed below.

(1) ccrx: Compile driver

(2) asrx: Assembler Optimizer

(3) rlink: Optimizing linkage editor

(4) lbgrx: Library generator

 

Figure 1.1 illustrates the CC-RX processing flow.

Figure 1.1

CC-RX Processing Flow