Re: [Sdcc-user] __CODE and __DATA not set in linker

2020-07-23 Thread Maarten Brock
Sebastian 'basxto' Riedel wrote on 2020-07-23 15:02: On 23.07.20 14:35, Maarten Brock wrote: Sebastian 'basxto' Riedel wrote on 2020-07-23 13:02: Is there a reason why __CODE and __DATA aren't set to default values in the linker and instead the values defined in z80/main.c get passed via comman

Re: [Sdcc-user] __CODE and __DATA not set in linker

2020-07-23 Thread Sebastian 'basxto' Riedel
On 23.07.20 14:35, Maarten Brock wrote: Sebastian 'basxto' Riedel wrote on 2020-07-23 13:02: Is there a reason why __CODE and __DATA aren't set to default values in the linker and instead the values defined in z80/main.c get passed via command line arguments when called via `bin/sdcc`? What def

Re: [Sdcc-user] __CODE and __DATA not set in linker

2020-07-23 Thread Maarten Brock
Sebastian 'basxto' Riedel wrote on 2020-07-23 13:02: Is there a reason why __CODE and __DATA aren't set to default values in the linker and instead the values defined in z80/main.c get passed via command line arguments when called via `bin/sdcc`? What default values would you expect? The z80 do