Notation Conventions
1-10
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
Comments
The assembler supports various kinds of comments, including the
following.
• End of line: A double forward slash token (“
//
”) indicates the
beginning of a comment that concludes at the next newline
character.
• General comment: A general comment begins with the token “
/*
”
and ends with “
*/
”. It may contain any characters and extend over
multiple lines.
Comments are not recursive; if the assembler sees a “
/*
” within a general
comment, it issues an assembler warning. A comment functions as white
space.
Notation Conventions
This manual and the assembler use the following conventions.
• Register names are alphabetical, followed by a number in cases
where there are more than one register in a logical group. Thus,
examples include
ASTAT
,
FP
,
R3
, and
M2
.
• Register names are reserved and may not be used as program
identifiers.
• Some operations (such as
“Move Register”
) require a register pair.
Register pairs are always Data Registers and are denoted using a
colon, for example,
R3:2
. The larger number must be written first.
Note that the hardware supports only odd-even pairs, for example,
R7:6
,
R5:4
,
R3:2
, and
R1:0
.
Summary of Contents for ADSP-BF53x Blackfin
Page 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...