[cc65] Overlaying segments?

From: Fatih Aygün <cyco1301yahoo.com>
Date: 2009-11-10 16:15:53
Hi,

I need something for an assembly project. 

I have 8 segments: the usual "code", "rodata", "data" ,"bss" plus "init_code",
"init_rodata", "init_data", "init_bss". The init_* segments are supposed to do
some lengthy initialization and then they are not needed anymore. I want them
overlaid with the "bss" segment to save memory, but I don't know its address, 
because it's where the "code" + "rodata" + "data" ends and I don't know their
sizes.

Is it currently achievable with ld65?

Thanks,
Fatih.


      
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Nov 10 16:16:09 2009

This archive was generated by hypermail 2.1.8 : 2009-11-10 16:16:12 CET