Re: [cc65] linker config Q

From: Oliver Schmidt <ol.sc1web.de>
Date: 2013-01-25 09:45:21
Hi,

> I guess that of course I can multiply MEMORY entries like:
>
>         MEM0_00: start = $0300, size = $0300, type = rw, file = "%O.mystuff00";
>         MEM0_01: start = $0300, size = $0300, type = rw, file = "%O.mystuff01";
>         MEM0_02: start = $0300, size = $0300, type = rw, file = "%O.mystuff02";
>         [...]
>         MEM0_XY: start = $0300, size = $0300, type = rw, file = "%O.mystuffxy";
>
> and then multiply respective SEGMENT entries and assign each file to different SEGMENT.

That's exactly what the several overlay linker configs (and the GEOS
VLIR linker config) I created do.

> But I am wondering whether there is something that I could call a "more elegant" solution. Or just want to be sure that there isn't, before expanding my config like above :-)

Not that I know of.

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Jan 25 09:45:34 2013

This archive was generated by hypermail 2.1.8 : 2013-01-25 09:45:37 CET