home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TUR6_102.ZIP / READ-ME.DOC < prev    next >
Encoding:
Text File  |  1986-06-20  |  2.3 KB  |  40 lines

  1.      *-------------------------- TURBO S.I.X. ---------------------------*
  2.      |                              #102                                 |
  3.      |                                                                   |
  4.      | A collection of routines and utilities for the IBM-PC and comp-   |
  5.      | atibles which illustrate a number of useful techniques including  |
  6.      | terminate stay resident, file compression, memory management      |
  7.      | and more.                                                         |
  8.      *-------------------------------------------------------------------*
  9.  
  10.      MAPMEM   PAS     6827  From Kim Kokkonen the developer of TurboPower
  11.      MAPMEM   COM    13485  Software, this P.D. offering sheds light on
  12.                             mysteries of DOS memory allocation. A very
  13.                             useful tool. Thanks Kim.
  14.  
  15.      STAYDEM  340     3456  This is the latest (as of 6/86) version of
  16.      STAYRES  340    22656  Lane Ferris's heralded terminate, stay
  17.      STAYRES  COM    15744  resident template. A must if you are dev-
  18.      STAYRSTR 340     6656  eloping programs of the SideKick genre.
  19.      STAYSAVE 340     8832
  20.      STAYSUBS 340     4480
  21.      STAYWNDO 340    16384
  22.      STAYXIT  340     2176
  23.  
  24.      KEY-FAKE COM      536  A clever utility that will convert any .LBR
  25.      ALUSQ11  COM     8064  or .LQR file into a .ARC file. If you aren't
  26.      ARCITLBR COM    13551  familliar with those extensions you probably
  27.      LU       EXE    23040  don't need the utility. But, check out the
  28.      ARCIT    BAT      768  source code if you'd like to know more about
  29.      ARCITLBR PAS    12003  file compression. From Jeff Strickler with
  30.      ARCIT11  DOC     3840  enhancements by Karson Morrison.
  31.      TEST     LQR      456
  32.  
  33.      DISKOVER COM    31427  There is a lot of good code to check out in
  34.      DISKARC  INC     7171  this useful utility provided by Karson
  35.      DISKLBR  INC     8874  Morrison. The program produces an informative
  36.      QUIKSORT INC     2408  'table of contents' for a disk. It expands
  37.      WINDO    INC    14924  .ARC files with a complete list of contents
  38.      DISKOVER PAS    60463  and much more. Well documented and commented
  39.      DISKOVER DOC     3162  as is typical of Karsons work.
  40.