Project Abstract
The GCC compiler is an open source compiler which supports many front end
languages and many back end processors.
M16C is a 16-bit CISC processor from Renesas (formerly known as
Mitsubishi). Adding the support of M16C to GCC would enable programmers to
program M16C more efficiently by writing the code in ‘C’ language instead of
the traditional machine language.
We intend to add M16C as a new target to the existing
GCC system and generate its assembly listing.