Hi,
Is there any way to display masked data as anything other than hex? If not, is there any way to pad the displayed data? As an example I have a 32 bit integer with 4 masks:
0xFF000000
0x00FF0000
0x0000FF00
0x000000FF
I'd like to be able to display the results of the 4 masks as padded integers. Is there a script which would cover this?