| |||||||||||||
Technical Support On-Line Manuals RealView Assembler User's Guide | Operator precedence
The assembler includes an extensive set of operators for use in expressions. Many of the operators resemble their counterparts in high‑level languages such as C (see Unary operators and Binary operators). There is a strict order of precedence in their evaluation:
The assembler order of precedence is not exactly the same as in C. For example, You are recommended to use brackets to make the precedence explicit. If your code contains an expression that would parse differently in C, and you are not using the A1466W: Operator precedence means that expression would evaluate differently in C Table 3.4 shows the order of precedence of operators in From these tables:
| ||||||||||||
| |||||||||||||