Re: [cc65] linker cfg files

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-04-22 22:12:03


On Tue, Apr 22, 2003 at 03:28:29PM +0200, Groepaz wrote:
> try to change that.... i have no clue how the linker deals with overlapping
> segments, but if it doesnt throw an error (which it should probably.... UZ???

Overlapping memory areas are completely legal. They can be used for overlays,
banked code and some other applications.

> also ok... btw stacksize can be easily reduced to like $400 bytes or even less
> (i've used $0200 bytes for the pcengine stuff and it still works ok for
> me..... probably not for deep recursion stuff and alike though :=P)

Problem is that without --check-stack the compiler will not generate stack
checks, so your stack may overflow without your program showing problems.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-04-22 22:15:01 CEST