print [-x|-o|-b|-s|-d] value [size]
Prints value in hexadecimal (-x), decimal (-d), octal (-o), or binary (-b) notation. Default is to use the notation specified by the output-radix
command.
Use -s to convert the value to signed integers. size is the bit width to use. E.g., print -x 257 8
will print 0x1. Valid sizes are 8, 16, 32, 64, and 128 bits. Default size is 64.
Simics Core
output-radix,
echo,
hex,
dec,
oct,
bin,
digit-grouping,
atoi