Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Cause a Page Break
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   PAGE +
 
  See also: PAGE, TITLE, SUBTITLE
 
  Description:
 
     Causes a page break by inserting an ASCII form-feed character
     (0Ch), increments the section number, and resets the page number
     to 1. This directive is useful only with printer listings.
 
     Program-listing page numbers use the following format:
     section-page, where section is the section number within the
     module, and page is the page number within the section. By
     default, section and page numbers begin with 1-1.
                                    -♦-