Interrups | Categories | Contents |
AX = 1E03h BH = functionbit 7:
=1 set vertical expansion, =0 query expansionbits 6-0:
Reserved (0). ---if BH bit 7 set---. BL = new vertical expansion setting (see #00056)
Return:
AL = 1Eh if function supported BH = resultsbit 7:
Query/set (copied from input)bits 6-4:
Reserved (0)bit 3:
Vertical expansion of text is supported by hardwarebit 2:
Vertical expansion of graphics is supported by hardwarebit 1:
Hardware supports independent control of expansion in text and graphics modesbit 0:
Set operation was successful (always clear on get) BL = active vertical expansion setting (see #00056)
See Also: AX=1E00h - AX=1E02h.AX=1E04h
Bitfields for Flat-Panel vertical expansion setting: Bit(s) Description (Table 00056) 7-2 reserved (0) 1 vertical expansion turned on for text modes 0 vertical expansion turned on for graphics modes
See Also: #00054 - #00055 - #00057
Interrups | Categories | Contents |