Control listing with uV3?

The uVision3 IDE has a tab in the "Options for Target '...
'" dialog box called "Listing." I have been using the "Page
Width" and "Page Length" controls to make my listings fit
nicely on my screen, paper, etc. This week I have added a
module in assembly for the first time. Its page usage is
radically different from C and I need to specify this
separately, but I can see no way to do that from the dialog
box.

As an alternative, I could insert directives into each
source module, but I can't find a way to disable the
controls generated by the dialog box.

Is there some arbitration scheme (shortest one wins?) that
would allow me to generate C and assembly listings with
different numbers of rows & columns per page in the same
project?

Thanks.

============================================================
Gary Lynch            |     To send mail, change no$pam in
lynchg@no$pam.com     |     my domain name to stacoenergy

Parents
  • Personally, I'd prefer that the tools did no pagination at all!
    Or at least that there was an option to disable pagination.
    What they do is prettty crude - just a throwback to the days of lineprinters. Modern editors can do a far better and more flexible job.

    Therefore I just set the page and line lengths to their max.

    If you leave the settings in the 'Listing' tab alone, you can explicitly specify the appropriate options in the 'Misc Controls' box for the Linker and Assembler

Reply
  • Personally, I'd prefer that the tools did no pagination at all!
    Or at least that there was an option to disable pagination.
    What they do is prettty crude - just a throwback to the days of lineprinters. Modern editors can do a far better and more flexible job.

    Therefore I just set the page and line lengths to their max.

    If you leave the settings in the 'Listing' tab alone, you can explicitly specify the appropriate options in the 'Misc Controls' box for the Linker and Assembler

Children
More questions in this forum