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, 02h set cursor position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10h, 02h            Set Cursor Position

    Sets the cursor position (row and column) for a specified display
    page.

        Entry   AH = 02h
                BH = Display page number
                DH = Row
                DL = Column

        Return  Nothing


    The cursor is not displayed in graphics modes. Specifying a cursor
    position off screen (e.g. DX = 0FFFFh) will make the cursor
    invisible in text modes.

See Also: Int 10h, 03h Int 10h, 05h

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