Directive (programming): Difference between revisions

Content deleted Content added
Undid revision 196258188 by 125.16.230.27 (talk)
Line 2:
 
==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 inseinserts 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==