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

Note: This IBM PC BIOS API call is for DOS/Win16 personality only. Use Family API for portability.

Note: osFree Macro Library provides macros for most of functions

2022/03/13 05:41 · prokushev · 0 Comments

Int 10H, AH=0DH

Version

IBM 5150 and higher

Brief

Draw pixel in graph mode

osFree Macro Library

Family API

No Equivalent

Parmeters

  • AH = 0Dh
  • BH = page number
  • CX = column
  • DX = row

Return

  • AL = pixel color

Macro

INCLUDE BIOS.INC
 
@GetDot 10, 10, 0

Notes