Changes between Version 9 and Version 10 of ClrxAsmAmdCl2


Ignore:
Timestamp:
04/22/16 17:00:25 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v9 v10  
    6363</ul>
    6464<p>Rest of the argument depends on type of the kernel argument. STRUCTSIZE determines size of
    65 structure. ACCESS for image determines can be one of the: <code>read_only</code> or <code>write_only</code>.
     65structure. ACCESS for image determines can be one of the: <code>read_only</code>, <code>rdonly</code> or
     66<code>write_only</code>, <code>wronly</code>.
    6667PTRSPACE determines space where pointer points to.
    6768It can be one of: <code>local</code>, <code>constant</code> or <code>global</code>.