About ProgCalc
Calculator ideal for programmers.
It works with four numerical bases (hexadecimal, decimal, octal and binary) and four word sizes (Qword - 64 bits, Dword - 32 bits, Word - 16 bits and Byte - 8 bits).
Logical operations available: AND, OR, NOT, OR, RoL (rotating 1 bit to left), RoR (rotating 1 bit to right), ShL (Shift 'n' bits to left) and ShR (Shift 'n 'bits to right).