Date: Sun, 19 Mar 2000 18:25:27 +0530 (IST) From: Ghins Mathai To: djgpp AT delorie DOT com Subject: Re: Problem with linker scripts In-Reply-To: <8b044c$kjr$5@gavrilo.mtu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk No, using leading zeroes did not work. On Sat, 18 Mar 2000, Al Amzeen (Alexandr Amzin) wrote: > > Greetings, Ghins Mathai ! You wrote: > > What do you mean by leading zeroes ??? > Zeroes that filled with lead ;) > > Could you give me an example ?? > I'll try, but don't hurt me if it is not works right: > MEMORY > { > > rom : org=0x00000000, len=0x0005f000 > data: org=0x80000000, len=0x00003000 > bss: org=0x80003000, len=0x00016000 > } > > Does it make some sense in situation? >