Interrups | Categories | Contents |
AX = 0007h
Return:
AX = current state (0000h/0001h)
Desc: Returns the current toggle state of the application (END) key in specify mode. E.g. in the OPTIMA AutoCAD driver, 0 means AutoCAD calls INT 61/AX=0001h every time the crosshair cursor moves.
Notes: In specify mode, the END key has been reserved for applications.. INT 61 is the default interrupt; the actual interrupt number can be obtained by calling INT 16/AH=FFh. Not all vendors include the Tseng TSR which supports these functions
See Also: AX=0000h"OPTIMA" - AX=0001h"OPTIMA" - AX=0004h"OPTIMA"
See Also: INT 16/AH=FFh"OPTIMA" - INT 7A/AX=0001h"AutoCAD"
Interrups | Categories | Contents |