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.
Int 10h Functions 06h and 07h
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     In video modes that support multiple pages, these functions affect
     only the page currently being displayed.
 
     If AL contains a value other than 00h, the area within the
     specified window is scrolled by the requested number of lines.
     Text that is scrolled beyond the top or bottom 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.
                                    -♦-