home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / doc / intlist / intervue.doc < prev    next >
Text File  |  1993-01-02  |  2KB  |  52 lines

  1.  
  2.                                INTERVUE V1.2
  3.                                December, 1992
  4.                           Copyright Hackensack, 1992
  5.                               
  6.  
  7.  INTERVUE is a viewer for the Interrupt List maintained by Ralf Brown.  
  8.  The program is Public Domain Software and may be freely copied and 
  9.  distributed.  The Interrupt List is avaliable for downloading from
  10.  CompuServe and numerous other BBS's.  The files are named INTxxA.ZIP,
  11.  INTxxB.ZIP, and INTxxC.ZIP (xx = current release no.).
  12.  
  13.  INTERVUE V1.2 is designed to be backward and foward compatible with the 
  14.  Interrupt List releases, subject to the following constraints: 
  15.  
  16.         The Summary File format must be compatible with release 32.
  17.         The individual List files size must not exceed 6 segments (393Kb).
  18.         The number of List files must not exceed 12.
  19.         The INTERRUP.A file header format must be consistent with release 32.
  20.         
  21.  To install INTERVUE, first copy the Interrupt List files, INTxxA and INTxxB, 
  22.  to a subdirectory on the fixed disk and UNZIP them.  Next, create the 
  23.  Summary File with the following command:
  24.  
  25.         intprint -sinterrup.sum -m -I interrup.a nul
  26.  
  27.  Copy INTERVUE to the Interrupt List directory and execute the program.  The
  28.  INTERRUP.SUM file serves as the menu for accessing the function descriptions
  29.  contained in the Interrupt List files.  To run INTERVUE from a search path, 
  30.  add the following command to the AUTOEXEC.BAT file:
  31.  
  32.         set intervue = drv:path
  33.  
  34.  The 'drv:path' is the drive and path where the Interrupt List files are
  35.  located.  INTERVUE may then be placed in any active search path.
  36.  
  37.  The following keys are active within the INTERVUE text display window:
  38.  Home, End, PageUp, PageDn, UpArrow, DnArrow.
  39.  
  40.  The INTERVUE program is provided by Hackensack, the publisher of INTRCPT, 
  41.  a Windows\Dos Interrupt trapper and real-time debugger.  For information 
  42.  on INTRCPT and special discounts available to Interrupt List users, contact
  43.  Hackensack, PO box 181386, Arlington, TX  76096 or call (800) 325-0345.
  44.  
  45. [I'm told that the $99 introductory price will be extended indefinitely
  46. for Interrupt List users. --Ralf]
  47.  
  48.  INTERVUE is written in 8086 assembler, uses conventional memory only, and 
  49.  is DOS 2.0+ and RSIS compliant (DESQview aware).
  50.  
  51.                                   -end-
  52.