>> So there you have it. Can't access 68K global data from an ARMlet, even >> if you pass in a pointer to that global data. Should have guessed, I >> suppose! :) > > thats a wrong statement. we do it all the time. you just didn't figure it > out. > however, the solution you had for your lookup table also works fine.
Interesting. Odd that the code didn't work with a pointer referencing global data, but worked correctly when I passed in a pointer referencing runtime-malloc()ed data.. That makes it sound like a data alignment problem, but I thought I'd been very careful in handling that situation... Trevor Powell -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
