output-file-stop – deprecated pcap-dump
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

output-radix

Synopsis

output-radix [base] [group]

Description

Change or display the default output radix for numbers. base can be set to 2 for binary, 8 for octal, 10 for decimal, or 16 for hexadecimal output.

If group is non-zero, numbers will be grouped in groups of group digits, separated by underscores (_).

Currently, this affects the output of the print, hex, dec, oct, bin commands, and how return values from commands are displayed in CLI.

Without arguments, the current setting will be shown.

Run save-preferences to save any changes.

Provided By

Simics Core

See Also

digit-grouping, print, hex, dec, oct, bin
output-file-stop – deprecated pcap-dump