Changes between Version 10 and Version 11 of ClrxAsmPseudoOps


Ignore:
Timestamp:
04/30/16 13:00:21 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v10 v11  
    4444stringize %12|33, %43*5, %12-65 # generate string "45, 215, -53"</code></p>
    4545<ul>
    46 <li>new string quoting in macro arguments (by triagular brackets '&lt;' and '&gt;' or by single qote '
    47 or double quote "). Also, enables new string escaping by '!'.</li>
     46<li>new string quoting in macro arguments (by triagular brackets '&lt;' and '&gt;' or by single
     47quote ' or double quote "). Also, enables new string escaping by '!'.</li>
    4848</ul>
    4949<p><code>test1 &lt;this is test !&lt;!&gt;&gt;  # put "this is test &lt;&gt;" string to first macro argument