Int 33/AX=0028h

Prev Next Ralf Interrups Categories Contents

------

MS MOUSE v7.0+ - SET VIDEO MODE

AX = 0028h
CX = new video mode (call is NOP if 0000h)
DH = Y font size (00h = default)
DL = X font size (00h = default)

Return:
CL = status (00h = successful)

Notes: DX is ignored unless the selected video mode supports font size control. When CX=0000h, an internal flag that had been set by a previous call is cleared; this is required before a mouse reset

See Also: AX=0029h - INT 10/AH=00h

Category: Mouse/Pointing Device - Int 33h - M

------

Prev Next Ralf Interrups Categories Contents