Combining expressions with group 1 operators
The assembler applies the rule of combining expressions with Group 1 operators.
The following operators belong to group #1:
- *, /, >, <, |, &, ^
Operators in group #1 have the following rules:
- <E_ABS> <op1> <E_ABS> ==> E_ABS
- Applying an operator in group #1 to any type of expression other than an absolute expression produces an error.