[cc65] overlapping segments, segment groups?

From: MagerValp <MagerValp1cling.gu.se>
Date: 2006-04-21 14:24:30
Not much traffic on this list lately, everyone is busy coding I hope?
:)

I've been working a little more on drive code, and I've run into a
linker problem to which I can't come up with a elegant solution. For
my current project the code is split into two halves. The first one
contains byte send, byte receive, and a memory write routine. The
second half is loaded as needed through the memory write routine.
Currently I have this set up with one memory area defined for the
first half, and then multiple overlapping memory areas for the other
half. The problem is that the first half varies in size depending on
configuration options, and code changes while I'm still developing.
What I would like to do is define a single memory area, and instead
have multiple overlapping segments. I don't suppose there's a way to
get ld65 to do this for me?

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
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 Apr 21 14:24:40 2006

This archive was generated by hypermail 2.1.8 : 2006-04-21 14:24:42 CEST