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:18] 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 =====
Line 45: Line 44:
   * many ROM BIOSes incorrectly return the default size for a color display (start 06h, end 07h) when a monochrome display is attached   * many ROM BIOSes incorrectly return the default size for a color display (start 06h, end 07h) when a monochrome display is attached
   * With PhysTechSoft's PTS ROM-DOS the BH value is ignored on entry.   * With PhysTechSoft's PTS ROM-DOS the BH value is ignored on entry.
- +  * Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]
-===== Note ===== +
- +
-Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]+
  
 {{page>en:templates:biosapi}} {{page>en:templates:biosapi}}