At the dev con, I was reminded that in ARM code, not only had 2-byte integers be aligned on 16-bit boundaries, but 4-byte integers also had to be aligned on 32-bit boundaries. What about 8-byte integers? On 64-bit boundaries? Does this apply to floating point data as well, eg. 4-byte floats on 32-bit boundaries and 8-byte doubles on 64-bit boundaries?
Lastly, does ARM little endianness affect floats and doubles or are these endianness-independent formats? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
