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 33 - ms mouse - define graphics cursor http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33 - MS MOUSE - DEFINE GRAPHICS CURSOR
        AX = 0009h
        BX = column of cursor hot spot in bitmap (-16 to 16)
        CX = row of cursor hot spot (-16 to 16)
        ES:DX -> bitmap
                16 words screen mask
                16 words cursor mask
                    each word defines the sixteen pixels of a row, low bit
                    rightmost
SeeAlso: AX=000Ah

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