home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / swiv_2 < prev    next >
Text File  |  1999-04-27  |  1KB  |  41 lines

  1. Title:            SWIV
  2. Author:            Mark Wooding (Straylight) (csuov@csv.warwick.ac.uk)
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Mark Wooding (Straylight) (csuov@csv.warwick.ac.uk)
  8. Date:            01/03/95
  9. Keywords:        C ; Assembly language ; Function libraries ; Systems software
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    Linker
  16. Directory:        micros/arch/riscos/d046
  17. Date mounted/updated:    03/03/95
  18. File names:        swiv.arc
  19. Unarchived files:    3
  20. Unarchived size:    12 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. SWIV is an interface for calling SWIs from C, or another APCS language.  It's
  35. actually a re-implementation of an Acorn version, although it takes up 40
  36. bytes less memory (out of about 200, so it's quite a saving), and fixes a
  37. bug in the Acorn one.  It's also a couple of cycles faster.
  38.  
  39. The package includes a description of how to use the functions provided, and
  40. a header file for declaring the functions for C programs.
  41.