Changes between Version 13 and Version 14 of ClrxAsmGallium


Ignore:
Timestamp:
12/08/16 22:00:21 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmGallium

    v13 v14  
    1818<li>kernel configuration</li>
    1919<li>kernel constant data (in <code>.rodata</code> section)</li>
    20 <li>kernel code (in <code>.text</code> section`)</li>
     20<li>kernel code (in <code>.text</code> section)</li>
    2121</ul>
    2222<p>Order of these parts doesn't matter.</p>
     
    9797<h3>.debugmode</h3>
    9898<p>This pseudo-op must be inside kernel configuration (<code>.config</code>).
    99 Enable usage of the DEBUG_MODE. Should be set.</p>
     99Enable usage of the DEBUG_MODE.</p>
    100100<h3>.dims</h3>
    101101<p>Syntax: .dims DIMENSIONS</p>
     
    104104<h3>.dx10clamp</h3>
    105105<p>This pseudo-op must be inside kernel configuration (<code>.config</code>).
    106 Enable usage of the DX10_CLAMP. Should be set.</p>
     106Enable usage of the DX10_CLAMP.</p>
    107107<h3>.entry</h3>
    108108<p>Syntax: .entry ADDRESS, VALUE</p>
     
    160160<h3>.privmode</h3>
    161161<p>This pseudo-op must be inside kernel configuration (<code>.config</code>).
    162 Enable usage of the PRIV (privileged mode). Should be set.</p>
     162Enable usage of the PRIV (privileged mode).</p>
    163163<h3>.proginfo</h3>
    164164<p>Open progInfo definition. Must be inside kernel.