Changes between Version 8 and Version 9 of ClrxAsmSyntax


Ignore:
Timestamp:
12/16/15 22:00:18 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmSyntax

    v8 v9  
    147147</tbody>
    148148</table>
     149<p>The floating point literals in instruction operands can have the suffix ('h' or 's').
     150Suffix 's' indicates that given value is single floating point value.
     151Suffix 'h' indicates that given value is half floating point value.</p>
    149152<h3>Expressions</h3>
    150153<p>The CLRX assembler get this same the operator ordering as in GNU as.