en:docs:bios:api:int10:08

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
en:docs:bios:api:int10:08 [2022/03/13 10:44] – created prokusheven:docs:bios:api:int10:08 [2022/12/02 04:04] prokushev
Line 10: Line 10:
  
 Get character and attribute undr cursor Get character and attribute undr cursor
 +
 +===== osFree Macro Library =====
 +
 +[[en:docs:macrolib:@GetChAtr]]
  
 ===== Family API ===== ===== Family API =====
Line 15: Line 19:
 [[en:docs:fapi:VioReadCellStr]] [[en:docs:fapi:VioReadCharStr]] [[en:docs:fapi:VioReadCellStr]] [[en:docs:fapi:VioReadCharStr]]
  
-===== Input =====+===== Parameters =====
  
   AH = 08h   AH = 08h
Line 42: Line 46:
   * because of the IBM BIOS specifications, there may exist some clone BIOSes which do not preserve SI or DI; the Novell DOS kernel preserves SI, DI, and BP before many INT 10h calls to avoid problems due to those registers not being preserved by the BIOS.   * because of the IBM BIOS specifications, there may exist some clone BIOSes which do not preserve SI or DI; the Novell DOS kernel preserves SI, DI, and BP before many INT 10h calls to avoid problems due to those registers not being preserved by the BIOS.
   * some IBM PC ROM BIOSes destroy BP when in graphics modes   * some IBM PC ROM BIOSes destroy BP when in graphics modes
- +  * 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}}