looking for output in binary
Status: Beta
Brought to you by:
cptanpanic
Sir/Maam,
Running the below command is helpful for displaying
integers in hex:
mmcalc -i "543176916" -h
543176916=0x206038D4
However, it would be nice to run this same command
using say "-b" to yield a display of the input number
in binary.
In this way the user could inspect bits at specific
locations given a decimal number. Thanks.
R/ Bill Lynn