Changes between Version 14 and Version 15 of ClrxAsmSyntax
- Timestamp:
- 02/06/17 15:00:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmSyntax
v14 v15 17 17 <p>Single comment begins from <code>#</code>. Multiline comment is same as in C/C++ language: 18 18 begins 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), 20 processors instructions and other names 20 21 (for example: argument type, gpu device type) are case-insensitive. Symbol names, 21 22 kernel names, and section names are case-sensitive.</p>
