devs dirs
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

digit-grouping

Synopsis

digit-grouping [base] [digits]

Description

Change or display how numbers are formatted for the given base (radix). If not both arguments are given the current preferences are printed.

This command will separate groups of digits digits by an underscore when they are formatted for output. Separate grouping is maintained for each radix. If digits is zero, no separators are printed for that radix.

Run save-preferences to save any changes.

Provided By

Simics Core

See Also

output-radix, print, hex, dec, oct, bin
devs dirs