4.2.4 Directives

Assembler directives are assembler commands that appear in the source code but are not translated directly into machine code. Directives are used to control the assembler, its input, output and data allocation. The first character of a directive is a dot (.). More details are provided in Assembler Directives on the available directives.