Content deleted Content added
uncited. |
No edit summary |
||
Line 4:
==Assembly language==
In [[assembly language]], directives generally specify such information as the target platform, mark the separations between [[section]]s, and so on. For instance, the commonly seen directive "ALIGN", which inserts in the current section as many [[byte]]s as needed to preserve word-alignment, is generally referred to as a "directive", despite the fact that it does correspond to a particular construct in the generated code.
▲==The C preprocessor==
{{main|C preprocessor}}
|