en:docs:bios:api:int10:03

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:bios:api:int10:03 [2022/11/25 04:19] prokusheven:docs:bios:api:int10:03 [2024/05/20 08:14] (current) prokushev
Line 11: Line 11:
 Get Cursor Position and Size Get Cursor Position and Size
  
-===== osFree MacroLib =====+===== osFree Macro Library =====
  
 [[en:docs:macrolib:@GetCur]]/[[en:docs:macrolib:@GetCsr]] [[en:docs:macrolib:@GetCur]]/[[en:docs:macrolib:@GetCsr]]
Line 21: Line 21:
 ===== Parameters ===== ===== Parameters =====
  
-  AH = 03h +  AH = 03h 
-  BH = page +  BH = page
  
 ===== Return ===== ===== Return =====
  
-  CH = start scan line +  CH = start scan line 
-  CL = end scan line +  CL = end scan line 
-  DH = row (00h is top) +  DH = row (00h is top) 
-  DL = column (00h is left)+  DL = column (00h is left)
  
 ===== Macro ===== ===== Macro =====