13.07.2015 Views

TMS320C5x DSP STARTER KIT USER'S GUIDE

TMS320C5x DSP STARTER KIT USER'S GUIDE

TMS320C5x DSP STARTER KIT USER'S GUIDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Using the DSK Assembler Directives5.1 Using the DSK Assembler DirectivesTable 5–1. Assembler Directives SummaryTable 5–1 summarizes the assembler directives. Note that all sourcestatements that contain a directive may have a label and a comment. Toimprove readability, they are not shown as part of the directive syntax.(a) Directives that define sectionsMnemonic and Syntax.data.ds [address].entry [address].ps [address].textDescriptionAssemble into data memoryAssemble into data memory (initialize data address)Initialize the starting address of the program counterwhen loading a fileAssemble into program memory (initialize programaddress)Assemble into program memory(b) Directives that reference other filesMnemonic and Syntax.copy [” ]filename[” ].include [“ ]filename[” ]DescriptionInclude source statements from another fileInclude source statements from another file(c) Conditional assembly directivesMnemonic and Syntax.else.endif.if well-defined expressionDescriptionOptional conditional assemblyEnd conditional assemblyBegin conditional assembly5-2

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!