At 12:49 AM 8/13/2004, you wrote:
Thanks, I will definitely try that, although I'm not sure how it will help as I don't know assembly very well.
You don't need to know assembly -- the disassembly output shows both code and data and what's in the data sections.
Also, remember that the size in the "data" column doesn't necessarily contribute to the program's data size, since the linker removes code and data that's not referenced.
That occurred to me. However it's in the "code" not "data" column. And when it gets over 64K, it won't link as usual, so I think it's actually being included in every segment for some weird reason.
Investigating...
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
