4.3.2.3 General Syntax Rules
The following table summarizes the general syntax rules that apply to the assembler:
Character | Character Description | Syntax Usage |
---|---|---|
. | period | begins a directive |
# | number/hash | begin single-line comment |
| Double slash or at symbol | Begin single-line comments in PIC32C/SAM source |
/* | slash, asterisk | begin multiple-line comment |
*/ | asterisk, slash | end multiple-line comment |
: | colon | end a label definition |
none required | begin a literal value | |
’c’ | character in single quotes | specifies single character value |
“string” | character string in double quotes | specifies a character string |