www.delorie.com/djgpp/doc/rbinter/1.html   search  
100C

Category: video

INT 10 - VIDEO - WRITE GRAPHICS PIXEL

	AH = 0Ch
	BH = page number
	AL = pixel color
	    if bit 7 set, value is XOR'ed onto screen except in 256-color modes
	CX = column
	DX = row
Return: nothing
Desc:	set a single pixel on the display in graphics modes
Notes:	valid only in graphics modes
	BH is ignored if the current video mode supports only one page
SeeAlso: AH=0Dh,AH=46h

  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2000   by Ralf Brown     Updated Jul 2000  

Please take a moment to fill out this visitor survey
You can help support this site by visiting the advertisers that sponsor it! (only once each, though)