mirror of https://github.com/CrimsonTome/tldr.git
21 lines
380 B
Markdown
21 lines
380 B
Markdown
# bitwise
|
|
|
|
> Multi base interactive calculator supporting dynamic base conversion and bit manipulation.
|
|
> More information: <https://github.com/mellowcandle/bitwise>.
|
|
|
|
- Run using interactive mode:
|
|
|
|
`bitwise`
|
|
|
|
- Convert from decimal:
|
|
|
|
`bitwise {{12345}}`
|
|
|
|
- Convert from hexadecimal:
|
|
|
|
`bitwise {{0x563d}}`
|
|
|
|
- Convert a C-style calculation:
|
|
|
|
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`
|