Index for interrupt INT E1
Table of Contents by Order
E1 - INT E1 - IBM ROM BASIC - used while in interpreter
E1 - INT E1 - PC Cluster Disk Server Information (NOT A VECTOR!)
E1 - INT E1 - MP/M-86, - ALTERNATE CP/M-86 FUNCTION CALLS
E1 - INT E1 - DeskMate (Tandy) - TASK DATA SEGMENTS (NOT A VECTOR!)
INT E1 - IBM ROM BASIC - used while in interpreter Notes: called by ROM BASIC BASIC.COM/BASICA.COM do not restore vector on terminationTop
INT E1 - PC Cluster Disk Server Information (NOT A VECTOR!) Desc: points at a data table SeeAlso: INT E2Top
INT E1 - MP/M-86, - ALTERNATE CP/M-86 FUNCTION CALLS CL = function number (see #04019,#04020) DS,DX = parameters Return: as appropriate for function CX is often the error code (see #04021) Desc: used by some applications which alter CP/M functions while running a child program, to store the original INT E0 vector before intercepting INT E0 Notes: This is the debugger entry to the operating system. This function is also supported by IMS Multiuser DOS and IMS REAL/32. SeeAlso: #04019 at INT E0"CP/M"Top
INT E1 - DeskMate (Tandy) - TASK DATA SEGMENTS (NOT A VECTOR!) Desc: used to store data; the low word of the vector is the data segment for the first task; the high word is the data segment of the second task (DeskMate supports 2-way task switching between small- or medium-model applications) Program: DeskMate is a proprietary GUI from Tandy distributed with several models of the Tandy 1000's, 2500's, 3000's, and laptops. Retail and runtime versions also exist. Some Tandy's are designed to boot directly into DeskMate. SeeAlso: INT E0"DeskMate"Top