Re: [cc65] To Atari platform coordinator

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2005-07-14 23:53:16
On Thu, Jul 14, 2005 at 08:49:34PM +0200, Christian Groessler wrote:
> I cannot see how a linker config can solve this. The Atari startup code
> adjusts the upper memory limit to the available memory found at runtime.
> It in fact ignores the values from the linker script.

I know that the Atari startup code ignores the linker config, but that's not a
problem with the linker config but with the startup code:-) There's no real
reason, why using a value from the linker config should not work.

> It would also need different startup code, but then I would simply add
> this _graphmode_used calculation to the startup code and keep the old
> linker config.

Things like this are the reason why even small Atari programs have a big
memory footprint. If you decide all these things at runtime, there is no way
to exclude unwanted code. The only way to change that is to make the decisions
at compile or link time. Yes, that would need changes in the startup code and
maybe a few other files. So what?

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jul 14 23:53:30 2005

This archive was generated by hypermail 2.1.8 : 2005-07-14 23:53:34 CEST