Int 10/AH=0Dh

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

VIDEO - READ GRAPHICS PIXEL

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

Return:
AL = pixel color

Desc: Determine the current color of the specified pixel in grahics modes

Notes: Valid only in graphics modes. BH is ignored if the current video mode supports only one page

See Also: AH=0Ch - AH=47h

Category: Video - Int 10h - V

rbline.gif

lup.gif ldown.gif Interrups Categories Contents