AH = D0h: Text Zoom
This function is provided for "zooming" in Text video Modes. If the requested zoom state is valid, the display controller hardware is reprogrammed to use the necessary font size, and the zoom state (CRTZOOM) is updated. The video mode (CRTMODE) is not changed, and the screen data is not cleared. Only certain text mode transitions are supported. The location of the window in zoomed modes will maintain the cursor in view.
- Input: AH = D0h
AL = 02h = Text, 80x25, 8x8 char, B&W
03h = Text, 80x25, 8x8 char, Color (MDA)
07h = Text, 40x16 HP95LX, 16x12 char, B&W Zoom into 80x25 (MDA)
21h = Text, 80x25, 8x8 char, B&W
80h = Text, 64x18, 10x11 char, B&W Zoom into 80x25
81h = Text, 64x18, 10x11 char, Color Zoom into 80x25
82h = Text, 40x25, 16x8 char, B&W Zoom into 80x25
83h = Text, 40x25, 16x8 char, Color Zoom into 80x25
84h = Text, 40x16, 16x12 char, B&W Zoom into 80x25
85h = Text, 40x16, 16x12 char, Color Zoom into 80x25
- Output: None
- Error conditions: None
- Registers modified: AX
Supported Zoom mode transitions:
- Mode 02h <--> Mode 80h <--> Mode 82h <--> Mode 84h
- Mode 03h <--> Mode 81h <--> Mode 83h <--> Mode 85h
- Mode 07h <--> Mode 21h