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, 08h (8) set minimum/maximum vertical position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33h,  08h (8)        Set Minimum/Maximum Vertical Position

    Sets the minimum and maximum vertical cursor position

       On entry:      AX         08h
                      CX         Minimum Position
                      DX         Maximum Position

       Returns:       Nothing

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

    Function 8 sets the minimum and maximum vertical cursor coordinates on
    the screen. Any later cursor motion is restricted to the specified area.
    The minimum and maximum values are defined by the virtual screen.

    If the cursor is outside the area when the call is made, it moves to
    just inside the area.

    If the minumum value is greater than the maximum value, the two values
    are swapped.

See Also: INT 33h, 07h Virtual Screen

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