Changes between Version 22 and Version 23 of ClrxAsmAmd


Ignore:
Timestamp:
12/29/17 14:00:36 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmd

    v22 v23  
    1717like register usage, UAV usage, floating point setup.</p>
    1818<p>A <code>.data</code> section inside kernel is usable section and holds same zeroes.</p>
    19 <h2>Layout of source code</h2>
     19<h2>Layout of the source code</h2>
    2020<p>The CLRX assembler allow to use one of two ways to configure kernel setup:
    2121for human (<code>.config</code>) and for quick recompilation (ATI CALNotes and the metadata string).</p>
    2222<h2>Scalar register allocation</h2>
    2323<p>To used scalar registers, assembler add 2 additional registers for handling VCC.</p>
    24 <h2>List of specific pseudo-operations</h2>
     24<h2>List of the specific pseudo-operations</h2>
    2525<h3>.arg</h3>
    2626<p>Syntax for scalar: .arg ARGNAME [, "ARGTYPENAME"], ARGTYPE[, unused]<br />