Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Operator Precedence
◄Operator Precedence► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
Assembler Operator Precedence
1 LENGTH, SIZE, WIDTH, MASK, (), [], <>
2 . (structure-field operator)
3 :
4 PTR, OFFSET, SEG, TYPE, THIS
5 HIGH, LOW
6 +, - (unary)
7 *, /, MOD, SHL, SHR
8 +, - (binary)
9 EQ, NE, LT, LE, GT, GE
10 NOT
11 AND
12 OR, XOR
13 SHORT, .TYPE
-♦-