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