Propeller Manual

Table Of Contents
3: Assembly Language Reference – Symbols
Propeller Manual v1.1 · Page 361
Table 3-6: Symbols (continued)
Symbol Purpose(s)
:
Assembly local label indicator: appears immediately before a local label. See Global and
Local Labels on page 242.
,
List delimiter: used to separate items in lists. See the DAT section’s Declaring
Data(Syntax 1) on page 100.
'
Code comment designator: used to enter single-line code comments (non-compiled text)
for code viewing purposes. See “Using the Propeller Tool” in the software’s Help file.
''
Document comment designator: used to enter single-line document comments (non-
compiled text) for documentation viewing purposes.
{ }
In-line/multi-line code comment designators: used to enter multi-line code comments (non-
compiled text) for code viewing purposes.
{{ }}
In-line/multi-line document comment designators: used to enter multi-line document
comments (non-compiled text) for documentation viewing purposes. See “Using the
Propeller Tool” in the software’s Help file.