Sun Studio 12: Performance Analyzer

dcc com_spec

Specify the classes of compiler commentary that are shown in the annotated disassembly listing. The class list is a colon-separated list of classes. The list of available classes is the same as the list of classes for annotated source code listing shown in Table 6–4. You can add the following options to the class list.

Table 6–5 Additional Options for the dcc Command

Option 

Meaning 

h[ex]

Show the hexadecimal value of the instructions. 

noh[ex]

Do not show the hexadecimal value of the instructions. 

s[rc]

Interleave the source listing in the annotated disassembly listing. 

nos[rc]

Do not interleave the source listing in the annotated disassembly listing. 

as[rc]

Interleave the annotated source code in the annotated disassembly listing.