Content deleted Content added
→Assembler instructions: relative addresses; DROP |
Guy Harris (talk | contribs) →Assembler instructions: Capital letters at the beginning of a sentence, but not at the beginning of clauses not at the beginning of the sentence. |
||
Line 103:
USING base,reg-1,...,reg-n
</syntaxhighlight>
Machine instruction addresses on S/360 specify a ''displacement'' (0–4095 bytes) from the value in a ''base register'';
The related <code>DROP</code> assembler instruction nullifies a previous <code>USING</code>.
|