5.7 Comments
Figure 5–9. Comments in Assembly Code
As with all programming languages, comments provide code documentation.
Figure 5–9 shows the position of the comment in a line of assembly code.
label:
parallel bars
The following are guidelines for using comments in assembly code:
A comment may begin in any column when preceded by a semicolon (;).
A comment must begin in first column when preceded by an asterisk ( *).
Comments are not required but are recommended.
[condition]
instruction unit
Structure of Assembly Code
Comments
operands
; comments
5-9
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?
Questions and answers