home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d178 / ciatimer.lha / CIATimer / CIATimer2 / Readme < prev    next >
Text File  |  1989-02-04  |  1KB  |  42 lines

  1. [ Ed note:  for convenience the following was excerpted from the 
  2.             ciatimer.c and ciafinder.c files.  -Fred ><> ]
  3.  
  4. /* TIMER - Amiga CIA Timer Control Software 0.1a
  5.    originally by Paul Higginbottom, Public Domain
  6.  
  7.    hacked on by Karl Lehenbauer to produce a monotonically increasing
  8.    microsecond clock, 12/30/88, Public Domain
  9.  
  10.    further hacking by Karl to provide arbitrary tasks the ability to locate
  11.    the CIA interrupt's time data, 1/5/88, Public Domain
  12.  
  13.    cc +p ciatimer.c
  14.    ln ciatimer.o -lcl32
  15.  
  16. To start up the timer, execute ciatimer.  To kill it, control-C.  The task
  17. doesn't do anything except wait for the control-C and clean up afterwards,
  18. removing the interrupt.
  19.  
  20. ciafinder may then be used to locate the is_Data section of ciatimer's
  21. interrupt, where ciatimer writes its time data.
  22. */
  23.  
  24.  
  25. /* TIMER - Amiga CIA Timer Control Software 0.1a
  26.  
  27.   originally by Paul Higginbottom, Public Domain
  28.  
  29.   hacked on by karl to produce a monotonically increasing microsecond
  30.   clock, 12/30/88, Public Domain
  31.  
  32.   ciafinder is a companion program to ciatimer.  When ciatimer is running,
  33.   it has a timer interrupt installed for a CIA timer, ciafinder will locate
  34.   it and get the time.  ciafinder contains the code you need for your
  35.   application to find the microsecond-resolution CIA timer time.
  36.  
  37.   cc +p ciafinder.c
  38.   ln ciafinder.o -lcl32
  39.  
  40. */
  41.  
  42.