Interrups | Categories | Contents |
AX = 1E02h BH = functionbit 7:
=1 set display position, =0 query positionbits 6-0:
Reserved (0). ---if BH bit 7 set---. BL = new position setting (see #00055)
Return:
AL = 1Eh if function supported BH = resultsbit 7:
Query/set (copied from input)bits 6-4:
Reserved (0)bit 3:
Positioning to top is supported by hardwarebit 2:
Positioning to center is supported by hardwarebit 1:
Positioning to bottom is supported by hardwarebit 0:
Set operation was successful (always clear on get) BL = active position setting (see #00055)
Bitfields for Flat-Panel position setting: Bit(s) Description (Table 00055) 7-2 reserved (0) 1-0 position. 00 center. 01 top. 10 bottom. 11 reserved
See Also: #00054 - #00056
Interrups | Categories | Contents |