Changes between Version 12 and Version 13 of ClrxAsmSyntax


Ignore:
Timestamp:
07/08/16 15:00:19 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmSyntax

    v12 v13  
    150150</tbody>
    151151</table>
    152 <p>The floating point literals in instruction operands can have the suffix ('h' or 's').
     152<p>The floating point literals in instruction operands can have the suffix ('l', 'h' or 's').
    153153Suffix 's' indicates that given value is single floating point value.
    154 Suffix 'h' indicates that given value is half floating point value.</p>
     154Suffix 'h' indicates that given value is half floating point value.
     155Suffix 'l' indicates that given value is double floating point value.</p>
    155156<h3>Expressions</h3>
    156157<p>The CLRX assembler get this same the operator ordering as in GNU as.