Dec 212017
Timers intercepts the IBM PC timer interrupt $1C and allows you to write Pascal routines which will be executed every 55 ms. Includes source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
TIMERS.ASM | 685 | 319 | deflated |
TIMERS.PAS | 1885 | 567 | deflated |
TSTTMR.DOC | 987 | 518 | deflated |
TSTTMR.PAS | 1457 | 562 | deflated |
Download File TIMERS.ZIP Here
Contents of the TSTTMR.DOC file
Files in this archive:
TstTmr.Doc - This file
TstTmr.Pas - Example of Timers unit use
Timers .Pas - Unit containing the timer interupt routines
Timers .Asm - File containing the timer interupt assembly language
routines, Compile with TASM
Timers.pas intercepts the IBM PC timer interrupt $1C and allows you
to write Pascal routines which will be executed every 55 ms. Be careful not
to write any routines which will take over 55ms to execute.
NOTE - These routines alter the IBM PC interrupt vectors. Be sure
to call InitTimerInterupt only once and be sure to call ReleaseTimerInterupt
only once at the end of your program.
This program is released to public domain by the author on 10/20/90.
No responsibility can be accepted for any damage done by this program.Please
use at your own risk.
If you find any bugs in the routines, please drop me a note by
Compuserve EMAIL. Thanks.
Rich Mullen76566,1325
December 21, 2017
Add comments