Re: [Sdcc-user] Absolute addressing

2011-09-09 Thread Mario
On Tue, 30 Aug 2011 12:07:29 +0300 Kustaa Nyholm wrote: > On 8/30/11 01:23, "Mario" wrote: > > >Just as described at section 3.6. > >I have managed to make it work partially, for example, I can decide > >the address in the RAM of variables only when they are globally > >defined. > > How could

Re: [Sdcc-user] Absolute addressing

2011-09-09 Thread Kustaa Nyholm
On 9/9/11 21:41, "Mario" wrote: > >The compiler can itself fix the scenarios to make the variables appear in >such address when needed. >If the compiler cannot do that, it should at least let me know that that >rule within a local function >context, makes no sense. > Well, my point was that as co