Directive (programming): Difference between revisions

Content deleted Content added
Other languages: describe solidity
Assembly language: conditions, iterations, symbols; misc
Line 52:
 
===Assembly language===
* In [[assembly language]], directives, also referred to as pseudo-operations or "pseudo-ops", generally specify such information as the target machine, mark separations between code sections, invokedefine and change assembly-time variables, define macros, designate conditional and repeated code, define reserved memory areas, and so on. AssemblersSome, but not all, assemblers use a specific syntax to differentiate pseudo-ops from instruction mnemonics, such as prefacing the pseudo-op with a period, such as the pseudo-op <code>.END</code>, which might direct the assembler to stop assembling code.
<!-- Should there be examples? -->
 
===PL/SQL===