Begin File:timer8254.tgz Description:uses 8254 to do fast timing Keywords:timer utility 8254 Version: Entered-date:jan 23, 1997 Author: Ported-by: Original-site: Copying-policy: Supplemental: timer8254 - compile it as: cc -T1 timer8254.c -o timer8254 - run it as: timer8254 - it uses the fast tick of the 8254 to do very fast relative timing. look at the: start = Yield(); stop = loop to see how it does the timing. archive contents: drwxrwxr-x 0 briane support Jan 22 13:30 timer8254/ -rw-rw-r-- 0 briane support 6741 May 9 11:24 timer8254/timer8254.c -rw-rw-r-- 0 briane support 317 May 9 11:24 timer8254/timer8254.doc End