en:docs:bios:api:int10:07

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:bios:api:int10:07 [2022/12/02 03:34] prokusheven:docs:bios:api:int10:07 [2024/05/20 08:17] (current) prokushev
Line 21: Line 21:
 ===== Parameters ===== ===== Parameters =====
  
-  AH = 07h +  AH = 07h 
-  AL = number of lines by which to scroll down (00h = clear entire window) +  AL = number of lines by which to scroll down (00h = clear entire window) 
-  BH = attribute used to write blank lines at top of window +  BH = attribute used to write blank lines at top of window 
-  CH,CL = row,column of window's upper left corner +  CH,CL = row,column of window's upper left corner 
-  DH,DL = row,column of window's lower right corner+  DH,DL = row,column of window's lower right corner
  
 ===== Return ===== ===== Return =====