Re: [Sdcc-user] wipe out data area

2019-04-13 Thread Klaus Brandl
Thanks, that helps me. Am Freitag, den 12.04.2019, 20:27 +0100 schrieb Alan Cox: > On Fri, 12 Apr 2019 20:52:31 +0200 > Klaus Brandl wrote: > > > Hi, > > > > is there a way to get the _DATA section to the very end, and wipe > > it > > out on the z80 port? > > The order things appear is determi

Re: [Sdcc-user] wipe out data area

2019-04-12 Thread Alan Cox
On Fri, 12 Apr 2019 20:52:31 +0200 Klaus Brandl wrote: > Hi, > > is there a way to get the _DATA section to the very end, and wipe it > out on the z80 port? The order things appear is determined by what is in crt0.s. You can thus keep it at the end and rather than saving all the zeros to disk w