Changes between Version 13 and Version 14 of ClrxAsmSyntax
- Timestamp:
- 02/06/17 08:00:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmSyntax
v13 v14 18 18 begins from <code>/*</code> and terminates at <code>*/</code>.</p> 19 19 <p>Names of pseudo-operations, macro names, processors instructions and other names 20 (for example: argument type, gpu device type) are case-insensitive. Symbol names are21 case-sensitive.</p>20 (for example: argument type, gpu device type) are case-insensitive. Symbol names, 21 kernel names, and section names are case-sensitive.</p> 22 22 <h3>Symbols</h3> 23 23 <p>CRLX assembler operates on the symbols. The symbol is value that can be a absolute value or
