Taoufik HNIA <[EMAIL PROTECTED]> writes: > I am working on porting gcc for a 16 bits processor. > I know that gcc supports arm,but I don't know if gcc supports 16 bits > arm.So my question is : > does gcc generate code for 16 bits arm ?
Yes, it does, with the -mthumb option. This kind of question is more appropriate for the gcc-help mailing list. Thanks. Ian