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.

Notational Conventions / Information About Cautions and WarningsThe LACC instruction has two parameters. The first parameter, 16-bit constant,is required. The second parameter, shift, is optional. If you use theoptional second parameter, you must precede it with a comma. Braces ( { and } ) indicate a list. The symbol | (read as or ) separates itemswithin the list. Here’s an example of a list:{ * | *+ | *– }This provides three choices: *, *+, or *–.Unless the list is enclosed in square brackets, you must choose one itemfrom the list. In assembler syntax statements, column 1 is usually reserved for the firstcharacter of an optional label or symbol. If a label or symbol is a requiredparameter, the symbol or label will be shown starting against the left marginof the shaded box as in the example below. No instruction, command, directive,or parameter, other than a symbol or label, should begin in column one.symbol .set symbol valueIn the above example, the symbol is required for the .set directive andmust begin in column 1. Some directives can have a varying number of parameters. For example, the.word directive can have several parameters. The syntax for this directive is:Note that .word does not beginin column 1..word 0abcdh,56Information About Cautions and WarningsThis syntax shows that .word must have at least one value parameter, butyou have the option of supplying a label or additional value parameters,separated by commas.This book may contain warnings.This is an example of a warning statement.A warning statement describes a situation that could potentiallycause harm to you.Read This Firstv

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

Saved successfully!

Ooh no, something went wrong!