e56
Infix Operators
Truncation is the same as the C operator
<<
Same as the C operator
>>
Same as the C operator
In short, its only meaningful to add or subtract the offsets in an address; you can only have a defined section in one of the two
arguments.
Multiplication.
Division.
Remainder.
Bitwise Inclusive Or.
Bitwise And.
Bitwise Exclusive Or.
Bitwise Or Not.
Addition.
If either argument is absolute, the result has the section of the other
argument. You may not add together arguments from different sections.
Subtraction.
If the right argument is absolute, the result has the section of the left
argument. If both arguments are in the same section, the result is absolute. You
may not subtract arguments from different sections.