en:docs:bios:api:int10:0d

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:bios:api:int10:0d [2022/03/13 13:58] – created prokusheven:docs:bios:api:int10:0d [2022/12/03 02:55] (current) prokushev
Line 1: Line 1:
 {{page>en:templates:biosint}} {{page>en:templates:biosint}}
  
-====== Int 10H, AH=0CH ======+====== Int 10H, AH=0DH ======
  
 ===== Version ===== ===== Version =====
Line 10: Line 10:
  
 Draw pixel in graph mode Draw pixel in graph mode
 +
 +===== osFree Macro Library =====
 +
 +[[en:docs:macrolib:@GetDot]]
  
 ===== Family API ===== ===== Family API =====
  
 +No Equivalent
  
-===== Input =====+===== Parmeters =====
  
-  * AH = 0Ch+  * AH = 0Dh
   * BH = page number   * BH = page number
   * CX = column   * CX = column
Line 30: Line 35:
 INCLUDE BIOS.INC INCLUDE BIOS.INC
  
-@GetPixel 10, 10, 0+@GetDot 10, 10, 0
  
 </code> </code>
Line 36: Line 41:
 ===== Notes ===== ===== Notes =====
  
-===== Note ===== +  * Text based on [[http://www.cs.cmu.edu/~ralf/files.html|Ralf Brown Interrupt List Release 61]]
- +
-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}}