Changes between Version 14 and Version 15 of ClrxAsmSyntax


Ignore:
Timestamp:
02/06/17 15:00:23 (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmSyntax

    v14 v15  
    1717<p>Single comment begins from <code>#</code>. Multiline comment is same as in C/C++ language:
    1818begins from <code>/*</code> and terminates at <code>*/</code>.</p>
    19 <p>Names of pseudo-operations, macro names, processors instructions and other names
     19<p>Names of pseudo-operations, macro names (if option macrocase enabled),
     20processors instructions and other names
    2021(for example: argument type, gpu device type) are case-insensitive. Symbol names,
    2122kernel names, and section names are case-sensitive.</p>