This is really a Code Warrior (8) question, but falch.net seems to have gone tango uniform. The research I've done (& common sense) is that it should be OK to access PC-relative const data even when globals are not available, though I've never seen that stated explicitly. Can anyone confirm this? The programming situation is a some tables I'd like to access both during normal operation and while handling an alarm. It is a single-segment application so there's no problem with cross-segment references.
Yes, PC-relative constant data can always be accessed, as long as it's in the same segment as the code that references it.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
