On 2/19/07, Rabbi <[EMAIL PROTECTED]> wrote: > > Hi, > I am using codewarrior > > i have noticed that each code segment can't increase beyond 64K. > > I wanted to overcome this.
The 64K limit isn't arbitrary -- it's dictated by the resource manager on Palm OS that doesn't allow individual resources greater than 64K, and by the design of the 68K processor where jumps longer than 32K from the current location require different instructions. Multisegment apps the way to go. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
