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 07:41 · prokushev

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


en/docs/bios/api/int10/0d.txt · Last modified: 2022/12/03 04:55 by prokushev