Skip to main content
Version: v. 1

Probe shr

NAME

probe-shr - Perform a right shifting operation.

SYNOPSIS

probe shr [options] value shift

DESCRIPTION

Perform a right shifting operation.

OPTIONS

Base Options

--base-in base The base of the input number. Available options:

10, d, dec, decimal

16, h, hex, hexadecimal

--base-out base The desired base of the output. Available options:

2, b, bin, binary

8, o, oct, octal

10, d, dec, decimal

16, h, hex, hexadecimal

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Perform a single right bit shift of 0x12
    probe shr --base-in 16 0x12 1

Note: The --base-in parameter is not enforced but will be needed if the input is ambiguous.

SEE ALSO

probe, probe shl