home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 255.lha / Freeze / freeze.doc < prev    next >
Text File  |  1989-06-01  |  717b  |  15 lines

  1.    Here is my entry for the shortest program that does something
  2. semi-useful.  This program freezes the Amiga when you hold down
  3. the FIRE button of a joystick or mouse plugged into the second mouse
  4. port.  I wrote it to debug some weird graphics problem, so here
  5. it is.
  6.    Do not use it from Workbench.   Do not "run" it, just type the
  7. command from a spare CLI.  When you hold down the button, it
  8. Disable()s interrupts and task switching, and stays in a tight
  9. loop.  When you release the button, it Enable()s the interrupts.
  10. To exit, type CONTROL-C in the CLI window.
  11.    This program is PD.  If you like this program, then you are
  12. really weird, and I would be afraid to handle any checks you
  13. sent to me.
  14.    Mike Berro
  15.