From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kazu Hirata To: gcc-help@gcc.gnu.org Subject: Re: help needed Date: Tue, 26 Sep 2000 06:30:00 -0000 Message-id: <4aa77bf4a7f887ba81811e23fd553b96@NO-ID-FOUND.mhonarc.org> X-SW-Source: 2000-09/msg00140.html Hi, Brahmaiah, > can you tell me, which architecture is clost to > Zilog's z80 and ez80 ,on which gcc port already > exists. ? z8k seems to be in binutils but not in gcc. Atmel AVR is probaably the closest one-chip microcontroller. It has an 8-bit architecture. I don't think it's in gcc-2.95.2. You have to download the current snapshot of gcc. For 8-bit microcontrollers in general, I've seen a bunch of freely available assemblers. Compilers may even be there, so gcc is not the only one to stick with. Hope this helps. Kazu Hirata