3.4.2 Listing-lhs-width Option
The --listing-lhs-width=num
option is used to set the maximum
word width of the first output data column in the assembler list file, where
num
is the number of words. By default, this is set
to 1 word. The following line is extracted from a listing. The output data column is in
bold text.
2 0000 54686973 .ascii "This is an example"
2 20697320
2 616E2065
2 78616D70
2 6C650000
If the option --listing-lhs-width=2
is
used, then the same line will appear as follows in the listing:
2 0000 54686973 20697320 .ascii "This is an example"
2 616E2065 78616D70
2 6C650000