Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 10h, 0dh read pixel</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10h, 0Dh            Read Pixel

    Reports the color of the pixel at a specified screen coordinate.

        Entry   AH = 0Dh
                CX = Horizontal position of pixel
                DX = Vertical position of pixel
                BH = Display page number (graphics modes with more
                     than 1 page)

        Return  AL = Color of pixel

See Also: Int 10h, 0Ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson