en:docs:macrolib:getcur

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:macrolib:getcur [2022/10/01 09:46] prokusheven:docs:macrolib:getcur [2022/11/25 04:22] (current) prokushev
Line 1: Line 1:
 {{page>en:templates:biosint}} {{page>en:templates:biosint}}
  
-====== @GetCur ======+====== @GetCur/@GetCsr ====== 
 + 
 +===== Version ===== 
 + 
 +IBM 5150 and higher
  
 ===== Brief ===== ===== Brief =====
Line 9: Line 13:
 ===== BIOS Interrupt ===== ===== BIOS Interrupt =====
  
-[[en:docs:bios:api:int10|INT10H]]: [[en:docs:bios:api:int10:|H]]+[[en:docs:bios:api:int10|INT10H]]: [[en:docs:bios:api:int10:03|03H]]
  
 ===== Family API ===== ===== Family API =====
  
-[[en:docs:fapi:]]+[[en:docs:fapi:VioGetCurPos]] [[en:docs:fapi:VioGetCurType]] 
 ===== Syntax ===== ===== Syntax =====
  
Line 25: Line 30:
  
 ===== Return ===== ===== Return =====
 +
 +  CH = start scan line
 +  CL = end scan line
 +  DH = row (00h is top)
 +  DL = column (00h is left)
 +
 +{{page>en:templates:biosapi}}