Next: , Previous: TIC6X Options, Up: TIC6X-Dependent


9.37.2 TIC6X Syntax

The presence of a `;' on a line indicates the start of a comment that extends to the end of the current line. If a `#' or `*' appears as the first character of a line, the whole line is treated as a comment.

The `@' character can be used instead of a newline to separate statements.

Instruction, register and functional unit names are case-insensitive. as requires fully-specified functional unit names, such as `.S1', `.L1X' or `.D1T2', on all instructions using a functional unit.

For some instructions, there may be syntactic ambiguity between register or functional unit names and the names of labels or other symbols. To avoid this, enclose the ambiguous symbol name in parentheses; register and functional unit names may not be enclosed in parentheses.