Current command:
data bmap --help
Breaks down a hex value to binary according a template data bmap -d 16 -m 4,4 This will give two rows each with four bits usage: data bmap [-h] [-d <hex>] [-m <str>] options: -h, --help This help -d <hex> hex string -m <str> binary template examples/notes: data bmap -d 3B data bmap -d 3B -m 2,5,1