5.2.1 Outline

Instructions are translated into machine language as a result of assembling, but directives are not converted into machine language in principle.

Directives contain the following functions mainly:

-

To facilitate description of source programs

-

To initialize memory and reserve memory areas

-

To provide the information required for assemblers and optimizing linkers to perform their intended processing

 

The following table shows the types of directives.

Table 5.5

List of Directives

 

The following sections explain the details of each directive.

In the description format of each directive, "[ ]" indicates that the parameter in square brackets may be omitted from specification, and "..." indicates the repetition of description in the same format.