"Paul Nevai" <[EMAIL PROTECTED]> wrote in message news:75184@palm-dev-forum... > > You ask: Does the segment 1 you mean is segment 0? > > I say: the very first segment. It will end up in code #1 and not in code #0. > So you could say that I mean segment 0. > > Do you use CodeWarrior? There you are in charge. You can move things easily > around. I you use gcc, I can't help. Sorry. /Paul
code 0 doesn't contain code. It is a very small segment with information that Palm OS uses to configure the application's memory usage. It includes the "data above A5, data below A5" values you see when you do a link map in CodeWarrior. code 1 is the "first segment". In CW, its the first segment in the list, and its the only segment locked down on non-global launches. code 2-65535 are additional segments that are only available when you have global variables available. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
