Content deleted Content added
Peter Flass (talk | contribs) |
Peter Flass (talk | contribs) →Assembler instructions: replace "truncated" |
||
Line 98:
Assembler instructions, sometimes termed [[Assembly language#Assembly directives|directives]], pseudo operations or pseudoops on other systems, are requests to the assembler to perform various operations during the code generation process. For instance, <code>CSECT</code> means "start a section of code here"; <code>DSECT</code> provides data definitions for a structure, but generates no code; <code>DC</code> defines a constant to be placed in the object code.
One of the more important assembler instructions is <code>USING</code>, which supports the
<syntaxhighlight lang="text">
|