Changes between Version 15 and Version 16 of ClrxAsmAmd


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmAmd

    v15 v16  
    4646</ul>
    4747<p>Rest of the argument depends on type of the kernel argument. STRUCTSIZE determines size of
    48 structure. ACCESS for image determines can be one of the: <code>read_only</code> or <code>write_only</code>.
     48structure. ACCESS for image determines can be one of the: <code>read_only</code>, <code>rdonly</code> or
     49<code>write_only</code>, <code>wronly</code>.
    4950PTRSPACE determines space where pointer points to.
    5051It can be one of: <code>local</code>, <code>constant</code> or <code>global</code>.