You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the interactive mode, if the input value doesn't fit in chosen word length, instead of returning an error or truncating, bitwise displays a bogus value.
For example, on the first try, I did not notice the 32-bit limitation and typed in 4294967296. I'd expect one of:
In the interactive mode, if the input value doesn't fit in chosen word length, instead of returning an error or truncating, bitwise displays a bogus value.
For example, on the first try, I did not notice the 32-bit limitation and typed in
4294967296
. I'd expect one of:yet I got:
The text was updated successfully, but these errors were encountered: