Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 33h, 09h (9) set graphics cursor block</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33h,  09h (9)        Set Graphics Cursor Block

    Defines the shape, color, and center of the graphics cursor.

       On entry:      AX         09h
                      BX         Horizontal Cursor Hot Spot
                      CX         Vertical Cursor Hot Spot
                      ES:DX      Pointer to Screen and Cursor Masks

       Returns:       Nothing

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

    Function 9 defines the shape, color, and center of the graphics cursor
    (the cursor used when the computer is in graphics mode).

    This function uses the values found in the screen mask and cursor mask
    to build the cursor shape and color.

    To pass the screen mask and color masks, assign their values to two
    contiguous arrays and pass the address of the first array in ES:DX.

    The cursor hot spot values must define one pixel within the cursor.
    The values must be within the range -16 to 16.

See Also: INT 33h, 0Ah Cursors

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