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, 0ah write character at cursor</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10h, 0Ah            Write Character at Cursor

    Displays a specified character a specified number of times.

        Entry   AH = 0Ah
                AL = ASCII value of character
                BH = Display page number (text mode only)
                CX = Number of times to write character

        Return  Nothing

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

    Display begins at the current cursor location on the specified
    display page, but the cursor itself is not moved.

See Also: Int 10h, 09h Int 10h, 0Eh Int 10h, 13h

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