home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 2 / FILEZ.ZIP / INTMON.ZIP / INTMON.DOC next >
Encoding:
Text File  |  1990-02-04  |  2.5 KB  |  55 lines

  1.  
  2.  
  3.                           INTMon - Interrupt Monitor
  4.                     (C)opyright 1990 InfoNapse Micro Systems
  5.                                by Steve Bathurst
  6.  
  7.           ------------------------------------------------------------
  8.  
  9.           INTMon (INTMON.EXE) was designed primarily to serve as a
  10.           educational tool, and offers brief descriptions for each DOS
  11.           function called via interrupt 21H. Functions are supported
  12.           through DOS version 4.0. Several "undocumented" functions
  13.           are also supported. INTMon actually reports the function
  14.           number just prior to the interrupt request, and returns the
  15.           contents of DS:DX and BX for most file related functions.
  16.  
  17.           INTMon is a memory resident utility requiring approx 16K of
  18.           DOS memory. The program offers the following option switches
  19.           which are to be used on the command line.
  20.  
  21.  
  22.                /U   = Unload the current copy of INTMon.
  23.                /H   = Help.
  24.                /I## = Interrupt number entered as two (2) hexadecimal
  25.                       digits. The default interrupt is 21H.
  26.                /V   = Verbose mode. Describes common DOS service
  27.                       calls. Only valid when monitoring interrupt 21H.
  28.                /C   = Color in which to display the interrupt
  29.                       information (1 to 255).
  30.                /P   = Pause factor in clock ticks (1 to 18). One clock
  31.                       tick equals approximately 1/18th of a second.
  32.                /S   = Sound only mode. Sounds a beep on the system
  33.                       speaker whenever the specified interrupt occurs.
  34.                /L## = Line on which the interrupt information will
  35.                       appear.
  36.  
  37.  
  38.           In order to /Unload the INTMon utility, it must have been
  39.           the LAST TSR loaded.
  40.  
  41.           Exercise *CAUTION* when specifying the PAUSE value as this
  42.           will slow the system considerably, and may upset critical
  43.           system timing mechanisms.
  44.  
  45.  
  46.                          ***** I M P O R T A N T *****
  47.  
  48.           This program was originally designed for a very specific
  49.           situation which required INT 21H observation. Use this
  50.           program with EXTREME CAUTION when monitoring any other
  51.           system interrupt, and/or when disk caching software or any
  52.           other type of volatile storage facility is active on your
  53.           system. This TSR should not be loaded in HIGH DOS memory.
  54.  
  55.