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

Table of Contents by Order
EC - INT EC - IBM ROM BASIC - used while in interpreter
EC - INT EC - used by Alloy NTNX
EC - INT EC - Exact - RUNTIME INTERFACE MULTIPLEXOR


EC - INT EC - IBM ROM BASIC - used while in interpreter
INT EC - IBM ROM BASIC - used while in interpreter
Notes:	called by ROM BASIC
	BASIC.COM/BASICA.COM do not restore vector on termination

Top
EC - INT EC - used by Alloy NTNX
INT EC - used by Alloy NTNX

Top
EC - INT EC - Exact - RUNTIME INTERFACE MULTIPLEXOR
INT EC - Exact - RUNTIME INTERFACE MULTIPLEXOR
	AX = function number (0000h to 0140h)
	STACK:	DWORD address to return to
		any arguments required by function
Return: STACK:	return address popped, but otherwise unchanged
Desc:	this is the interface from applications to the runtime system by Exact
	  Automatisering B.V. of the Netherlands.  By using this interrupt,
	  it can provide DLL-style capabilities under MS-DOS.
Note:	the interrupt handler removes the return address and flags placed on
	  the stack by the INT EC, then jumps to the appropriate function

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