cast-shr - Perform a right shifting operation.
cast shr
[options] value shift
Perform a right shifting operation.
{{#include ../common/base-options.md}}
{{#include common-options.md}}
- Perform a single right bit shift of 0x12
cast shr --base-in 16 0x12 1
Note: The --base-in parameter is not enforced but will be needed if the input is ambiguous.