MANUAL FOR ALARM (6502 Machine code) This file describes the program ALARM which watches the clock until a defined alarm time is reached.At which point the alarm will beep for a few seconds. For use on 8 bit BBC series of microcomputer,this program requires the machine to support OSWord 14 fully (read the clock). The manual is (C)1999 SPROW and software is (C)1998 SPROW INSTRUCTIONS- At any command line prompt,eg.the BASIC command prompt '>' type *ALARM Simply enter the time at which you wish the alarm to sound at when prompted. This will be stored and the machine will continue to operate as before,until the time is reached when an alarm sounds. The program will then install itself into page &C00 (the CHR$ defn buffer on the BBC and Electron,or Econet workspace on the Master) where it looks at the clock once per second.The alarm point is not held if the machine is turned off and on again. Note this doesn't need the clock IRQ link (LK4) inside the Master to be made as it is a software alarm. KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 Written to replace the functionality of an entire ROM for a user