14.1.5 Expressions:
CEF master assemblers support the following arithmetic operators in places where expressions are allowed. Note that conforming implementations may provide supersets of this functionality.
|
Operator |
Description |
|
+ |
Addition |
|
- |
Subtraction or unary minus |
|
/ |
Division |
|
* |
Multiplication |
|
^ |
Exponentiation |
|
() |
Parentheses for evaluation ordering. |