Programmers Calculator Binary 8.2
You'll be able to download in 5 seconds.
ABOUT Programmers Calculator Binary
Programmer Calculator is a Beautiful,simple yet powerful application with Hex Dec and Bin numbers displayed simultaneously . Flat UI with minimalistic design makes its appearance soothing with no visual clutter It supports Binary Hex Decimal and octal systems It supports all the bitwise operations required by a developer and still maintains almost zero visual clutter. It provides option to edit Individual bits in a binary number. It supports BYTE (8bit), WORD / SHORT (16bit), DWORD / INTEGER (32bit) and QWORD / LONG (64BIT) Signed and Unsigned numbers. It provides Floating Point mode and fixed point mode. It can show IEEE 754 Representation of numbers. Programmer calculator supports following Operations: - Inc (Increment) - Dec (Decrement) - RoL (Rotate Left) - RoR (Rotate Right) - Or (Or) - Xor (Exclusive Or) - ShL (Left Shift) - ShR (Right Shift) - Not (Not) - And (And) - Add - Subtract - Divide