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, 08h read character and attribute at cursor</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10h, 08h            Read Character and Attribute at Cursor

    Reports the ASCII value and (in text mode) attribute of the
    character at the current cursor location of the specified display
    page.

        Entry   AH = 08h
                BH = Display page number (text modes only)

        Return  AH = Attribute of character (text mode)
                AL = ASCII value of character

    ------------------------------------------------------------------

    In graphics mode, the display page need not be specified, and the
    service returns 00h in AL if it does not recognize the character
    pattern (space or tab).

See Also: Int 10h, 09h

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