INT 33h,  07h (7)        Set Minimum/Maximum Horizontal Position

Sets the minimum and maximum horizontal cursor position

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

Returns: Nothing

──────────────────────────────────────────────────────────────────────────

Function 7 sets the minimum and maximum horizontal 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.