Everything

.section


Indicate to the assembler the start of section.

[Syntax]

Symbol field

Mnemonic field

Operand field

Comment field

 
.section
section-name, relocation-attribute [ , align=absolute-expressions]
[; comment]

[Function]

-

The .section directive indicates to the assembler the start of a section (no separation of code and data).

[Use]

-

You can define all sections that can be defined via .cseg or .dseg directives using the .section directive, rather than differentiating code and data sections using the .cseg and .dseg directives.

-

You can change the default alignment condition by specifying the align parameter. For the .align directive, specifying a larger value than that specified in the align parameter results in an error. [V2.03.00 or later]