Aligns the value of the location counter.
Symbol field |
Mnemonic field |
Operand field |
Comment field |
[label:] |
.ALIGN |
alignment-condition |
[; comment] |
Aligns the value of the location counter for the current section, specified by the previously specified section definition directive under the alignment condition specified by the operand. The area created to align the location counter value is filled with 0 (However, except the section with the relocation attribute includes BSS). |
Specify an even number of 2 or more, but less than 231, as the alignment condition. Otherwise, the CC-RL outputs the error message. |
This directive just aligns the value of the location counter for the current section within the module in which this directive is used. It does not align the address after sections are allocated through the optimizing linker. |