Directive (programming): Difference between revisions

Content deleted Content added
No edit summary
m Reverted 1 edit by 71.223.5.153 identified as vandalism to last revision by 146.169.25.100. (TW)
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}}