Matt Hebly wrote: "With 16 bit alignment, only single byte types may be accessed in memory not aligned to 16 bits. 2 and 4 byte types must be aligned on 16 bit boundaries. Similarly, with 32 bit alignment, 4 byte types must be aligned on 32 bit boundaries."
When you say "with 16 bit alignment" or "with 32 bit alignment," are these options that are in my control or is this a feature of the processor/system? Do I just avoid putting 1-byte types in my AppInfo and record structures, always pair up a byte with another unused byte when I do, or is there another option available? Thanks David -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
