Lf - Control Use of FormFeed Characters

When the assembler is generating formatted listing output and it needs to advance to the next page, it inserts the ASCII FormFeed character (0x0C) into the listing output stream. If this causes problems, turning this switch off will instead cause the assembler to generate the appropriate number of newline character sequences to perform the page eject operation.

┌────┬──────┬─────┬────┬──────────────────────────────────────────────────┐
│Type│Global│Group│File│Default                                           │
├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤
│S   │Yes   │Yes  │Yes │+Lf (the FormFeed character is used)              │
└────┴──────┴─────┴────┴──────────────────────────────────────────────────┘


[Back: Le - Control Display of Error/Warning/Info Messages]
[Next: Li - Control Display of INCLUDE Files]