qa.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.
Int 10H Function 06H
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
    In video modes that support multiple pages, this function affects only
    the page currently being displayed.
 
    If AL contains a value other than 00H, the area within the specified
    window is scrolled up by the requested number of lines. Text that is
    scrolled beyond the top of the window is lost. The new lines that appear
    at the bottom of the window are filled with ASCII blanks carrying the
    attribute specified by register BH.
 
    To scroll down the contents of a window, see Int 10H Function 07H.
                                    -♦-