Content #
BIOS中断服务程序INT 10h的主功能号AH=06h可以实现按指定范围滚动窗口的功能,同时也具备清屏功能。
——–V-1006——————————- INT 10 - VIDEO - SCROLL UP WINDOW AH = 06h AL = number of lines by which to scroll up (00h = clear entire window) BH = attribute used to write blank lines at bottom of window CH,CL = row,column of window’s upper left corner DH,DL = row,column of window’s lower right corner Return: nothing Note: affects only the currently active page (see AH=05h)
...