Assembly Language Help (alang.hlp) (
Table of Contents;
Topic list)
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.
Assembler Operator Precedence
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
See also: Arithmetic Operators
Bit Order Operator
1 LENGTH, SIZE, WIDTH, MASK
2 (), []
3 . (structure-field-name operator)
4 : (segment override operator), PTR
5 THIS, OFFSET, SEG, TYPE
6 HIGH, LOW
7 +, - (unary)
8 *, /, MOD, SHL, SHR
9 +, - (binary)
10 EQ, NE, LT, LE, GT, GE
11 NOT
12 AND
13 OR, XOR
14 SHORT, OPATTR, .TYPE, ADDR
-♦-