Closed hamoid closed 7 years ago
Not right now. BitwiseCmd doesn't support binary format of numbers.
So this could be a feature request then :)
I wanted to explain to someone bitwise operations, but it's hard to explain if I must enter the numbers in decimal, but the operations happen in binary.
I was in the process of moving BitwiseCmd to React. This will be second on my list. Thanks for the suggestion.
The feature has been implemented, @hamoid. Enjoy it! http://bitwisecmd.com/#0b10%7C0b11
Very nice!!! Thank you :)
0xFF works, but 0b0011 doesn't.
Is there a way?