Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->PAGEWIDTH

PAGEWIDTH                      Adjust Page Width of Assembly Listing


The PAGEWIDTH directive is used to set the page width of the assembly listing.

Format:

          PAGEWIDTH                      <exprn>             <comment>

where <exprn> evaluates to the maximum length of a line in characters.

Text in the assembly listing that extends beyond the page width is wrapped into the appropriate field of the following line.

By default there is no maximum line length and no line wrapping occurs.