home *** CD-ROM | disk | FTP | other *** search
- This package is Copyright (c)1988 Ross Neilson Wentworth, All Rights Reserved.
-
- This package contains all of the necessary tools for the creation of
- TSR (Terminate and Stay Resident) programs with Turbo Pascal 4.0.
-
- Filename Description
- -------- ------------------------------------------------------
- CATALOG.LST List of other packages available
- CRIT.ASM Critical error handler source code
- CRIT.OBJ Linkable object module
- CURSOR.ASM Source to turn the cursor off and on
- CURSOR.OBJ Linkable object module
- DICE.PAS Unit source code for dice rolling
- DICE.TPU Compiled unit for dice rolling
- FASTPUT.ASM Fast screen writing for window borders
- FASTPUT.ASM Linkable object module
- NODICE.PAS Source for unload sample
- POPDICE.PAS Source code for example
- POPUP.ASM Low-level assembler code for creating TSR programs
- POPUP.DOC Document file
- POPUP.OBJ Linkable object module for low-level routines
- POPUP.PAS Source code for TSR unit
- POPUP.TPU Compiled unit for creating TSR programs
- REMOVE.PAS Universal program unloader
- UNHOOK.PAS High-level code for removing a TSR from memory
- UNHOOK.TPU Compiled unit for unloading stuff
- UPPRCASE.ASM Assembler routine to convert strings to uppercase
- UPPRCASE.OBJ Linkabe object module - used by POPDICE.PAS
- WINDOWS.PAS Simple windowing unit source code
- WINDOWS.TPU Compiled unit for windowing package
-
- ==============================================================================
-
- The following files are part of the "standard" pop up package:
-
- POPUP.ASM
- POPUP.OBJ
- POPUP.PAS
- POPUP.TPU
- POPUP.DOC
- CRIT.ASM
- CRIT.OBJ
-
- The following are used for program removal:
-
- UNHOOK.PAS
- UNHOOK.TPU
- REMOVE.PAS
-
- The following are part of the demos:
-
- DICE.PAS
- DICE.TPU
- POPDICE.PAS
- NODICE.PAS
-
- The following are universal support packages:
-
- UPPRCASE.ASM
- UPPRCASE.OBJ
- WINDOWS.PAS
- WINDOWS.TPU
- CURSOR.ASM
- CURSOR.OBJ
- FASTPUT.ASM
- FASTPUT.OBJ
-
-