5
101b
34hh suffix must be added to any a hexadecimal values in the expression, for example:
12h
1234h + 1
0FFh - 101b
5 << 2
~ not (inverts all bits). * multiply. / divide. % modulus. + sum. - subtract (and unary -). << shift left. >> shift right. & bitwise AND. ^ bitwise XOR. | bitwise OR. |