Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 161 Bytes

BITW.md

File metadata and controls

14 lines (8 loc) · 161 Bytes

Bitwise operators

Fingerprint 0x42495457 ('BITW')

A Bitwise AND.

L shift left.

N bitwise NOT.

O bitwise OR.

R shift right.

X bitwise XOR.