2 * .even == .align 1, .even 2 == longword boundary
3 * .align [size] ; size is number of words (value must be a power of 2)
4 * NOTE
: .even is broken on TI tools, so theirs won't align .data
5 * NOTE: TI defaults text section to DATA until opcodes are seen
6 * NOTE: GAS will fill a section to its alignment; it should probably not
8 .global even, align2, align8, align128
15 align2 .string "abcde"
22 * TI .text section total size is 0x89 words; GAS fills to 0xc0
23 * no, it doesn't fill post 2002-05-23 write.c change since we don't define
24 # HANDLE_ALIGN or SUB_SEGMENT_ALIGN.