Everything
5.3.1 Outline

Control instructions provide detailed instructions for assembler operation and so are written in the source.

Control instructions do not become the target of object code generation.

The following table shows the types of control instructions.

Type

Control Instructions

Assembler list directive

.LIST

Conditional assembly directives

.IF, .ELIF, .ELSE, .ENDIF

Extended function directives

.ASSERT, ?, @, ..FILE, .STACK, .LINE, .DEFINE

The following sections explain the details of each control instruction.