3.2.3 --listing-lhs-width2
#
The --listing-lhs-width2
option is used to set the
width of the continuation lines of the output data column of the listing file. By
default, this is set to 3 for program memory and 4 for data memory. If the specified
width is smaller than the first line, this option is ignored. The following lines are
extracted from a listing. The output data column is in bold.
2 0000 50 6C 65 61 .ascii "Please pay inside."
2 73 65 20 70
2 61 79 20 69
2 6E 73 69 64
2 65 2E
If the option --listing-lhs-width2 7
is used, then the
same line will appear as follows in the listing:
2 0000 50 6C 65 61 .ascii "Please pay inside."
2 73 65 20 70 61 79 20
2 69 6E 73 69 64 65 2E