 | Cx51 User's Guide |  |
|
|
| PAGEWIDTH Compiler Directive| Abbreviation | PW | | Arguments | A decimal number from 78 to 132 enclosed in parentheses. | | Default | PAGEWIDTH (132) | | µVision | Options — Listing — Page Width. | | Description | The PAGEWIDTH directive specifies the number of characters printed per line in the listing file. Lines with more characters are split into multiple lines. | | See Also | PAGELENGTH | | Example |
C51 SAMPLE.C PAGEWIDTH(79)
#pragma pw(79)
|
Related Knowledgebase Articles |
|