On 11/11/2010 10:26, Georg Johann Lay wrote:
David Brown schrieb:
On 09/11/10 18:45, Georg Lay wrote:
David Brown schrieb:
...
May I say I think it's great that you are looking into this? Program
space access on the AVR was the first thing I thought of when I heard of
the concept of named ad
David Brown schrieb:
> On 09/11/10 18:45, Georg Lay wrote:
>> David Brown schrieb:
...
>>> May I say I think it's great that you are looking into this? Program
>>> space access on the AVR was the first thing I thought of when I heard of
>>> the concept of named address spaces in C.
>>
>> It's grea
On 09/11/10 18:45, Georg Lay wrote:
David Brown schrieb:
On 08/11/10 16:59, Georg Lay wrote:
Richard Guenther schrieb:
On Mon, Nov 8, 2010 at 3:39 PM, Georg Lay wrote:
Hi, I just started playing around with named address spaces for avr.
Besides general space (ram), I introduced a second one
> int __far __atomic x;
int volatile __far __atomic x;
makes more sense :-)
David Brown schrieb:
> On 08/11/10 16:59, Georg Lay wrote:
>> Richard Guenther schrieb:
>>> On Mon, Nov 8, 2010 at 3:39 PM, Georg Lay wrote:
Hi, I just started playing around with named address spaces for avr.
Besides general space (ram), I introduced a second one, __pgm, which
shal
On 08/11/10 16:59, Georg Lay wrote:
Richard Guenther schrieb:
On Mon, Nov 8, 2010 at 3:39 PM, Georg Lay wrote:
Hi, I just started playing around with named address spaces for avr.
Besides general space (ram), I introduced a second one, __pgm, which
shall address program memory where also const
Richard Guenther schrieb:
> On Mon, Nov 8, 2010 at 3:39 PM, Georg Lay wrote:
>> Hi, I just started playing around with named address spaces for avr.
>> Besides general space (ram), I introduced a second one, __pgm, which
>> shall address program memory where also constants may live. avr is
>> hava
On Mon, Nov 8, 2010 at 3:39 PM, Georg Lay wrote:
> Hi, I just started playing around with named address spaces for avr.
> Besides general space (ram), I introduced a second one, __pgm, which
> shall address program memory where also constants may live. avr is
> havard architecture, and both progra
Georg Lay schrieb:
FYI, the code is as expected when I define the addrspaces to be
subsets of each other.
Georg
Hi, I just started playing around with named address spaces for avr.
Besides general space (ram), I introduced a second one, __pgm, which
shall address program memory where also constants may live. avr is
havard architecture, and both program memory and ram start at address 0.
>From this and the i
10 matches
Mail list logo