home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / v2 / spin_poi.lzh / Spin_Pointer.doc next >
Encoding:
Text File  |  1992-01-14  |  2.1 KB  |  51 lines

  1.                            ---------------------
  2.                            Spin Pointer 1.1 Docs
  3.                            ---------------------
  4.  
  5. Have you ever used PointerX?  An excellent program, but with one flaw.  It
  6. uses a high priority task that eats up some CPU time, and it is one more
  7. task for exec to handle.  Take a look at it with Xoper, Spy, or any other
  8. CPU usage monitor.  This is why Spin Pointer was created.
  9.  
  10. Spin Pointer runs only under Kickstart 2.x, from the CLI.
  11.  
  12. As the name implies, Spin Pointer will spin the hand of the standard WB 2.0
  13. Wait Pointer, used by Workbench or any other program.
  14.  
  15. To install Spin Pointer, just execute it from the Shell, or put in your
  16. user-startup file and reboot. (Of course you'll have to remove PointerX if
  17. you have it running first, or the pointer will look strange. :-)  The
  18. program will install itself and return to the Shell; there is no need to run
  19. it.  And should you ever have to remove it, just execute it again.
  20.  
  21. Spin pointer will even reset the stopwatch everytime it appears!
  22.  
  23. From a programming perspective: Spin Pointer is written in Assembly. It runs
  24. as a low priority vertical blanking interrupt, not as separate task, and
  25. therefore uses minimal CPU time and overhead.  Ever take a look at PointerX
  26. in Xoper or similar CPU usage monitor?
  27.  
  28. From a functionality perspective: Spin Pointer resets the hand, and
  29. therefore looks more like a stopwatch.  Sorry, I know PointerX can be
  30. started from WBStartup, and Spin Pointer cannot.
  31.  
  32. Spin Pointer is written in assembly by Thanos Angelopoulos and is freely
  33. distributable.  If there are any questions, comments, bugs reports, flames,
  34. etc.., you can reach me on either Usenet: uunet!hsi!genly!ang!thanos or
  35. Fidonet: 141/105.
  36.  
  37. And as a last note, credit must go to Steve Tibbett for the original idea.
  38.  
  39. Enjoy...
  40.  
  41.                               ---------------
  42.                               Program History
  43.                               ---------------
  44.  
  45. 1.1    ╖Int Pri changed to -1
  46.     ╖Resets hand to top before poping up, like a stopwatch.
  47.     ╖Dummy port added, program now removable if executed again.
  48.     ╖Interrupt code optimized.
  49.  
  50. 1.0    Not Released.
  51.