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, 04h read light-pen position not vga</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10h, 04h            Read Light-Pen Position                       Not VGA

    Reports the position and status of the light pen.

        Entry   AH = 04h

        Return  AH = Status (0=not triggered, 1=triggered)
                BX = Pixel column number (0-639)
                CH = Pixel line number (0-199)
                CX = Pixel line number for modes 0Fh-10h (0-nnn)
                DH = Character row number (0-24)
                DL = Character column number (0-39 or 0-79)


    This service is not supported on the VGA.

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