home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / GSTOBJ.ZIP / GstObjects / fasttimer / Example / Info < prev    next >
Text File  |  1994-09-18  |  851b  |  31 lines

  1. !! Note !!
  2.     The fasttimer object has not yet been tested on a Risc-PC,
  3.     the fasttimer object uses IOC timer 1 - this involves some
  4.     direct hardware access - this may have changed on the RPC.
  5.  
  6.  
  7. The BASIC program 'Example' demonstrates how to use the fasttimer object from
  8. BASIC assembler.
  9.  
  10.  
  11. The program also contains some machine code which works in a C like
  12. environment. The file 'usingAPCS' may help programmers new to APCS,
  13. also see 'The Shared C Library' in volume 4 of the PRM.
  14.  
  15.  
  16. You will need to have the fasttimer object installed.
  17.  
  18. To run the example:
  19.  
  20.   Double click on 'RunMe'.
  21.  
  22.   
  23. To reassemble the example:
  24.  
  25.   Set the current directory to this directory.
  26.  
  27.   Double click on 'Example' or type 'example' from a task window to
  28.   assemble the machine code program. The assembled code is saved
  29.   in the current directory as 'RunMe'.
  30.   
  31.