+ - * / <
> & IOR XOR
where &, IOR and XOR are logical bitwise operators; and < and > are left and right arithmetic shift operators respectively which need to be followed by an integer value between 0 and 15 (to specify the number of places to the left or right by which the bits are to be shifted).