> Mike Davis <[EMAIL PROTECTED]> wrote: > > > I am currently using jump islands to get > > around the 32k jump limit but it's getting tougher. > > Jump islands are useless in any post-0.5.0 prc-tools. The crt0 module, > which is always at the beginning, calls some functions from the crt > library, which will almost always end up at the end. If you have more than > 32 KB in the first or only segment, kaboom! No jump islands will help > here. You are so quick to jump on people that you don't read what was posted. Also, since this concerns using the John Marshall version, you are probably not the one to comment. Once I have converted my application to use the section attributes, the fact that I have a function like foo1() which in tern calls foo2() should work just fine under any post-0.5.0 version. Any function should be able to call any other function. All, I was saying was that I left my extra calls in the application. main program island needed function function1() --> function2() --> function3() This certainly should still work. > -- > Michael Sokolov Harhan Engineering Laboratory > Public Service Agent International Free Computing Task Force > International Engineering and Science Task Force > 615 N GOOD LATIMER EXPY STE #4 > DALLAS TX 75204-5852 USA > > Phone: +1-214-824-7693 (Harhan Eng Lab office) > E-mail: [EMAIL PROTECTED] (ARPA TCP/SMTP) (UUCP coming soon) > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palm.com/devzone/mailinglists.html > -- ----------------------------------------------------------------- Discussion Group: http://www.halcyon.com/ipscone/wwwboard/ Protect your constitutional rights. Your favorite one may be next! ----------------------------------------------------------------- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
