home *** CD-ROM | disk | FTP | other *** search
-
- All programs written by Bob Murphy, PO Box 23260, Richfield, MN 55423
-
- Misc assembler programs. All require MACROS.ASM for assembly, and
- all are set up to be .COM programs. Dont forget the EXE2BIN! They
- will not work as .EXE programs.
- All programs and doc in the library file are squeezed. Use NUSQ
- or equivelant to uncompress them.
-
-
- INT14 - This is a complete replacement for BIOS interrupt 14H, the async
- comm interrupt. This version is fully interrupt driven in both
- directions. It is a memory resident program, and its size will
- depend on your communications buffer size.
- Assemble and invoke to make it resident.
-
- SCRNSAVE This program will clear the screen after a specified time, and
- restore it when any key is pressed or when the system does any
- screen I/O. works for color & mono, but cursor still appears on
- mono display after blanking. Anyway it keeps your screen from
- being burned by leaving the display up too long.
- See documentation file.
-
- FD File Director. This intercepts DOS open commands, and allows
- your programs to find a file along a path. This path is similar
- but not identical to the DOS PATH command. Read the doc. Its
- FCB support is limited, but Handle support is complete.
-
- SETPR Sets various print modes on your EPSON FX printer (may be compatable
- with other Epson models, but I never tried it).
-
-
- -- Hope these help you
- Bob Murphy
-
-