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

  1. Title:            BLINK
  2. Author:            Dick Alstein (wsinda@win.tue.nl)
  3. Version:        1.20
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Dick Alstein (wsinda@win.tue.nl)
  8. Date:            06/04/97
  9. Keywords:        BASIC ; Linkers
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/d085
  17. Date mounted/updated:    09/11/97
  18. File names:        blink.arc
  19. Unarchived files:    8
  20. Unarchived size:    37 kbytes
  21. Omissions:        
  22. See also:        BLIB2 (a220)
  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. Blink is a `linker' for BASIC files. It scans a BASIC program for LIBRARY
  35. commands. Then it looks for any PROCs or FNs that are used in the main
  36. program, and defined in a library. These are then appended to the main
  37. program.
  38.  
  39. This enables you to develop your programs using procedures from a library.
  40. When you have tested your program, you can use blink for the final assembly.
  41. You can use multiple libraries. The libraries may contain procedures that you
  42. do not need in your current project; if they are not used, blink will not
  43. include them.
  44.