home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / asc.lzh / ASC.DOC < prev   
Text File  |  1987-07-30  |  2KB  |  42 lines

  1.           ASC                                       Jeff Prosise
  2.           Command                                     1987/No. 5
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Provides a pop-up ASCII chart showing
  7.                     decimal, hexadecimal, and character
  8.                     equivalents for the full IBM character set.
  9.  
  10.           Format:   [d:][path]ASC
  11.  
  12.           Remarks:  ASC.COM is a memory-resident utility that is
  13.                     normally loaded at boot-up, via your
  14.                     AUTOEXEC.BAT file.  Once loaded, pressing
  15.                     Alt-A pops up the first page (32 ASCII codes)
  16.                     of the display window over any currently
  17.                     active applications program.  The Up- and
  18.                     Down-Arrow, PgUp and PgDn, and Home and End
  19.                     keys access the remaining ASCII display
  20.                     pages.  Pressing Esc closes the window,
  21.                     restoring the original screen display.
  22.  
  23.                     In operation, ASC.COM requires approximately
  24.                     2.5K of RAM.  It is compatible with most
  25.                     applications and TSR (terminate and stay
  26.                     resident) programs that do not themselves
  27.                     require the Alt-A key combination, and it may
  28.                     be used with monochrome, color, or EGA
  29.                     monitors.
  30.  
  31.                     Notes:
  32.  
  33.                     1.   Users familiar with using DEBUG can
  34.                          modify the default border, text, and
  35.                          header colors of ASC.COM.  These values,
  36.                          initially 0Fh, 1Fh, and 1Eh,
  37.                          respectively, are located at offsets
  38.                          014D through 014F in the .COM file.  For
  39.                          use with a composite monochrome display,
  40.                          the values 70h, 07h, and 07h are
  41.                          suggested.
  42.