Changes between Version 39 and Version 40 of ClrxAsmPseudoOps


Ignore:
Timestamp:
05/10/18 10:00:31 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v39 v40  
    443443</tbody>
    444444</table>
     445<h3>.get_policy</h3>
     446<p>Syntax: .get_version SYMBOL</p>
     447<p>Store current CLRX policy version to symbol. Version stored as integer in form:
     448<code>major_version*10000 + minor_version*100 + micro_version</code>.</p>
    445449<h3>.get_version</h3>
    446450<p>Syntax: .get_version SYMBOL</p>
     
    687691<p>Refer to <code>.align</code>. First argument is power of two of the alignment instead of
    688692same alignment.</p>
     693<h3>.policy</h3>
     694<p>Syntax: .policy VERSION</p>
     695<p>Set current CLRX assembler's policy version. Version stored as integer in form:
     696<code>major_version*10000 + minor_version*100 + micro_version</code>. This number controls
     697behaviour of the same assembler for some things like  SGPRs counting. Refer to
     698<a href="ClrxAsmPolicy">Asssembler policy</a>.</p>
    689699<h3>.print</h3>
    690700<p>Syntax: .print "STRING"</p>