Constant Expressions

Use constant expressions anywhere an IMMEDIATE value is expected, to contain the binary operators for addition (+), subtraction (-), multiplication (*), and division (/). Also, the unary operator (-) is allowed. Use round brackets to force an evaluation order other than the normal one. The number syntax is the same as in ANSI-C.

You may also use a constant expression as the address of a global variable or the offset of a local variable.