Question: Issue on using .align assembler directive for 256 word boundary alignment :

Answer: Don't use the .align assembler directive. Instead use the alignment capability in the linker. In the assembly start with .data buf1 .space size buf2 .space size .data ALIGN (256) In the linker use sections directive


Device: TMS320C3x
Category: TI Tools
Detail: Code Generation Tools
Detail2: Assembler/Linker
Title: Don't use the .align assembler directive
Source: Case from TMS320 Hotline
Date: 8/1/97
GenId: 0003231

© Copyright 1998 Texas Instruments Incorporated. All rights reserved.
Trademarks, Important Notice!