Interrupt List Release 61 Last change 16jul00
Copyright (c) 1989-1999,2000 Ralf Brown
Index for interrupt INT 79

Table of Contents by Order
79 - INT 79 - AVATAR.SYS - FAST GET KEYSTROKE
79 - INT 79 - DJGPP GO32.EXE DOS EXTENDER - RELOCATED IRQ1
79 - INT 79 U - ADP-60 IDE adapter - ???
79 - INT 79 - DBOS DOS Extender
790001 - INT 79 R - AutoCAD Device Interface - DIGITIZER - INITIALIZE
790002 - INT 79 R - AutoCAD Device Interface - DIGITIZER - TERMINATE
790003 - INT 79 R - AutoCAD Device Interface - DIGITIZER - GET DIGITIZER STATUS


79 - INT 79 - AVATAR.SYS - FAST GET KEYSTROKE
INT 79 - AVATAR.SYS - FAST GET KEYSTROKE
Return: CF set if no keystroke available
	    AX = FFFFh
	CF clear if key pressed
	    AX = keystroke
Program: AVATAR.SYS is a CON driver by George Adam Stanislav which interprets
	  AVATAR command codes just as ANSI.SYS interprets ANSI commands
Note:	if a keystroke is available, it is removed from the keyboard buffer
	  before being returned
SeeAlso: INT 29,INT 2F/AX=1A00h/BX=4156h

Top
79 - INT 79 - DJGPP GO32.EXE DOS EXTENDER - RELOCATED IRQ1
INT 79 - DJGPP GO32.EXE DOS EXTENDER - RELOCATED IRQ1
Notes:	this vector is overwritten when GO32 starts but is not restored by
	  early versions of the extender
	the newest versions of GO32 dynamically allocate the vectors used
	  for the relocated IRQs, much as DESQview does (see INT 50"DESQview")
SeeAlso: INT 09,INT 78"GO32",INT 7A"GO32"

Top
79 - INT 79 U - ADP-60 IDE adapter - ???
INT 79 U - ADP-60 IDE adapter - ???
SeeAlso: INT 78"ADP-60"

Top
79 - INT 79 - DBOS DOS Extender
INT 79 - DBOS DOS Extender
	details not available
Desc:	this interrupt is used by an MS Windows virtual device driver with
	  which the DBOS extender communicates when run inside a Windows
	  Enhanced Mode DOS box
SeeAlso: INT 78"DBOS"

Top
790001 - INT 79 R - AutoCAD Device Interface - DIGITIZER - INITIALIZE
INT 79 R - AutoCAD Device Interface - DIGITIZER - INITIALIZE
	AX = 0001h
	BX = interface level (0001h)
Return: AX = status (0000h initialization failed, 0001h init successful)
	BX = digitizer type
	    0000h relative pointing device (mouse, etc.)
	    0001h digitizing tablet
	CX = digitizer dataflow type
	    0000h continuous
	    0001h pauses between packets
SeeAlso: AX=0002h,AX=0003h,INT 7A/AX=0001h"AutoCAD"

Top
790002 - INT 79 R - AutoCAD Device Interface - DIGITIZER - TERMINATE
INT 79 R - AutoCAD Device Interface - DIGITIZER - TERMINATE
	AX = 0002h
SeeAlso: AX=0001h,AX=0003h

Top
790003 - INT 79 R - AutoCAD Device Interface - DIGITIZER - GET DIGITIZER STATUS
INT 79 R - AutoCAD Device Interface - DIGITIZER - GET DIGITIZER STATUS
	AX = 0003h
Return: AX = status
	    0000h nothing
	    0002h tracking point (no button pressed)
		BX = X coordinate
		CX = Y coordinate
	    0003h picked point (button 0,A,B,C,D pressed)
		BX = X coordinate
		CX = Y coordinate
	    0004h button pick
		BX = button number
	    0005h button and coordinates
		BX = button number
		CX = X coordinate
		DX = Y coordinate
SeeAlso: AX=0001h,AX=0002h

Top
Home Interrupt Index: by Category by Number TOC: by Order Top