From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with linker scripts Date: Sat, 18 Mar 2000 14:19:55 +0300 Organization: Fidolook Express page http://fidolook.da.ru Lines: 16 Message-ID: <8b044c$kjr$5@gavrilo.mtu.ru> References: NNTP-Posting-Host: ppp100-149.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 953390029 21115 212.188.100.149 (18 Mar 2000 14:33:49 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 18 Mar 2000 14:33:49 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Fidolook Express V1.51rus for MS OE 5.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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?