Bitwise operators
In the integrated development environment CannyLab the following bitwise logical operations are implemented:
Symbol | Function block name |
---|---|
Bitwise AND: Bitwise binary logical multiplication | |
Bitwise OR: Bitwise binary logical addition | |
Bitwise exclusive OR: Bitwise binary logical exclusive OR | |
Bitwise InversionЕ: Bitwise binary logical inversion | |
Left shift: Bitwise binary left shift without carry | |
Right shift: Bitwise binary right shift without carry | |
Left rotation: Bitwise binary cyclic left shift | |
Right rotation: Bitwise binary cyclic right shift |