"amnon stanislavsky" <samnon@t2.technion.ac.il> writes: > Could you please direct me on how to change gcc so that it will translate > c/c++ files to an assembly language to a new instruction set that I am > building? http://gcc.gnu.org/onlinedocs/gccint/ Notably the chapters "Machine Descriptions" and "Target Description Macros and Functions". Ian