atoi bits
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

bin

Synopsis

bin value [-u] [-p]

Description

Returns the parameter as a string in binary notation. This is similar to print -b value. To ignore any default digit grouping, the -u (unformatted) flag is used, while -p removes the radix prefix 0b.

Provided By

Simics Core

See Also

print, hex, oct, dec, digit-grouping, atoi
atoi bits