Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 10 - vuimg display driver (v2.20 and below) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 10 - VUIMG DISPLAY DRIVER (v2.20 and below)
        AX = 0F56h
        BX = 4756h
        CX = 4944h
        DL = function
            01h installation check
                Return: AX = 5649h
                        BX = 4443h
                        CX = 5647h
                        DH = 01h
            02h get first video mode's parameters
                Return: AX = BIOS mode number
                        BX = widht in pixels
                        CX = height in pixels
                        DX = number of colors
            03h get next video mode's parameters
                Return: as for DL=02h
            04h display line???
                ES:DI -> record (see below)
                ???
                Return: ???

Format of record for DL=04h:
Offset  Size    Description
 00h    WORD    row number
 02h    WORD    starting column???
 04h    WORD    ending column???
        ???

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