Int 10h, 06h Scroll Window Up
Scrolls a specified window upward a specified number of lines.
Entry AH = 06h
AL = Number of lines to scroll (if 0, clear entire window)
BH = Display attribute for blank lines
CH = Row number of upper left corner
CL = Column number of upper left corner
DH = Row number of lower right corner
DL = Column number of lower right corner
Return Nothing
──────────────────────────────────────────────────────────────────
Lines are inserted at the bottom with all lines moving up. The new
lines are filled with blank characters of a specified display
attribute (value in BH). The lines that disappear at the top of the
window are lost.