Changes between Version 13 and Version 14 of ClrxAsmGallium
- Timestamp:
- 12/08/16 22:00:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmGallium
v13 v14 18 18 <li>kernel configuration</li> 19 19 <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> 21 21 </ul> 22 22 <p>Order of these parts doesn't matter.</p> … … 97 97 <h3>.debugmode</h3> 98 98 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). 99 Enable usage of the DEBUG_MODE. Should be set.</p>99 Enable usage of the DEBUG_MODE.</p> 100 100 <h3>.dims</h3> 101 101 <p>Syntax: .dims DIMENSIONS</p> … … 104 104 <h3>.dx10clamp</h3> 105 105 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). 106 Enable usage of the DX10_CLAMP. Should be set.</p>106 Enable usage of the DX10_CLAMP.</p> 107 107 <h3>.entry</h3> 108 108 <p>Syntax: .entry ADDRESS, VALUE</p> … … 160 160 <h3>.privmode</h3> 161 161 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). 162 Enable usage of the PRIV (privileged mode). Should be set.</p>162 Enable usage of the PRIV (privileged mode).</p> 163 163 <h3>.proginfo</h3> 164 164 <p>Open progInfo definition. Must be inside kernel.
