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

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:0d [2022/03/13 13:59] prokusheven:docs:bios:api:int10:0d [2022/12/03 02:55] (current) prokushev
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 = 0Dh   * AH = 0Dh
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}}