Related articles |
---|
New datatype addition to gcc sriharsha.v@redpinesignals.com (Sriharsha Vedurmudi) (2004-12-11) |
Re: New datatype addition to gcc mrmnews@the-meissners.org (Michael Meissner) (2004-12-16) |
Re: New datatype addition to gcc sriharsha.v@redpinesignals.com (Sriharsha) (2004-12-16) |
Re: New datatype addition to gcc gneuner2@comcast.net (George Neuner) (2004-12-17) |
Re: New datatype addition to gcc mrmnews@the-meissners.org (Michael Meissner) (2004-12-19) |
Re: New datatype addition to gcc gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-12-22) |
Re: New datatype addition to gcc mrmnews@the-meissners.org (Michael Meissner) (2004-12-23) |
Re: New datatype addition to gcc henry@spsystems.net (2004-12-23) |
Re: New datatype addition to gcc nathan.moore@sdc.cox.net (Nathan Moore) (2005-03-24) |
From: | George Neuner <gneuner2@comcast.net> |
Newsgroups: | comp.compilers |
Date: | 17 Dec 2004 00:31:38 -0500 |
Organization: | Compilers Central |
References: | 04-12-052 04-12-068 04-12-069 |
Keywords: | GCC, architecture |
Posted-Date: | 17 Dec 2004 00:31:38 EST |
On 16 Dec 2004 00:43:34 -0500, Sriharsha
<sriharsha.v@redpinesignals.com> wrote:
>My h/w personnel says that there will be TWO RAMs in the processor,
>one is 8-bit addressible while the other is 16-bit addressible. If the
>compiler has to do 8-bit data load/store, it uses the 8-bit RAM and if
>it has something to do with 16-bit, it uses that RAM. This sounded
>bizzare to me but, thats what they say (or atleast I've never come
>across such stuff).
Analog Device's ADSP-2106x (SHARC) had 48 bit instructions and 16, 32
and 40 bit data. Their g21k compiler supported all the addressing
modes and the last version (3.3) of it was freely released in the mid
90's when ADI introduced a line of C++ compilers based on the
Amsterdam Kit instead of gcc.
The compiler (source and executable) used to be a free download from
Analog's FTP site: ftp.analog.com. If it's no longer there, you can
try asking in comp.arch.embedded.
George
Return to the
comp.compilers page.
Search the
comp.compilers archives again.