Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>page page control for listings masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PAGE             Page Control for Listings                     MASM Directive

  PAGE      length, width
  PAGE      +
  PAGE

    Sets page length and width for listing; or increments the section
    number; or issues a form feed.

       Notes:     The page numbering scheme used by program listings is of
                  the form:

                        section-page

                  where the starting section and page numbers begin with
                  1-1.  The section is the section number within the
                  module, while the page number is the page number within
                  the section.

                  The PAGE directive, without an argument, sends a form
                  feed to the printer and generates title and subtitle
                  lines.

                  PAGE + increments the section number and resets the page
                  number to 1.

                  PAGE length,width specifies page parameters for
                  listings. Length and width options are as follows:

                                   Minimum   Maximum   Default
                         Length      10        255        50
                         Width       60        132        80

                  If the width is specified, but the length is not, the
                  width must be preceded by a comma.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson