en:docs:bios:api:int10:0c

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:0c [2022/03/13 13:54] – created prokusheven:docs:bios:api:int10:0c [2022/12/03 02:57] (current) prokushev
Line 10: Line 10:
  
 Draw pixel in graph mode Draw pixel in graph mode
 +
 +===== osFree Macro Library =====
 +
 +[[en:docs:macrolib:@SetDot]]
  
 ===== Family API ===== ===== Family API =====
  
 +No equivalent
  
-===== Input =====+===== Parameters =====
  
   * AH = 0Ch   * AH = 0Ch
Line 30: Line 35:
 INCLUDE BIOS.INC INCLUDE BIOS.INC
  
-@SetPixel 1, 10, 10, 0+@SetDot 1, 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}}