Changes between Version 36 and Version 37 of ClrxAsmAmdCl2


Ignore:
Timestamp:
02/20/18 23:00:34 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmdCl2

    v36 v37  
    8686</ul>
    8787<p>Rest of the argument depends on type of the kernel argument. STRUCTSIZE determines size of
    88 structure. ACCESS for image determines can be one of the: <code>read_only</code>, <code>rdonly</code> or
    89 <code>write_only</code>, <code>wronly</code>.
     88structure. ACCESS for image determines can be one of the: <code>read_only</code>, <code>rdonly</code>,
     89<code>write_only</code>, <code>wronly</code> or 'read_write', 'rdwr'.
    9090PTRSPACE determines space where pointer points to.
    9191It can be one of: <code>local</code>, <code>constant</code> or <code>global</code>.