The ARM720T processor supports the following data types:
byte (8-bit)
halfword (16-bit)
word (32-bit).
You must align these as follows:
word quantities
to 4-byte boundaries
halfwords quantities to 2-byte boundaries
byte quantities can be placed on any byte boundary.