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
INT EC - IBM ROM BASIC - used while in interpreter Notes: called by ROM BASIC BASIC.COM/BASICA.COM do not restore vector on terminationTop
INT EC - used by Alloy NTNXTop
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 functionTop