Title: BLINK Author: Dick Alstein (wsinda@win.tue.nl) Version: 1.20 Title From: Documentation Author From: Documentation Version From: Documentation Supplier: Dick Alstein (wsinda@win.tue.nl) Date: 06/04/97 Keywords: BASIC ; Linkers Shareware: No Machine: Archimedes Operating system: RISCOS Memory requirements: Peripherals needed: Other s/ware needed: Directory: micros/arch/riscos/d085 Date mounted/updated: 09/11/97 File names: blink.arc Unarchived files: 8 Unarchived size: 37 kbytes Omissions: See also: BLIB2 (a220) ------------------------------------------------------------------------------- Acquiring the package: Download the archive file(s) and extract using SparkPlug 2 (see the "tools_help" file in micros/arch/riscos/tools for further info). Description: Blink is a `linker' for BASIC files. It scans a BASIC program for LIBRARY commands. Then it looks for any PROCs or FNs that are used in the main program, and defined in a library. These are then appended to the main program. This enables you to develop your programs using procedures from a library. When you have tested your program, you can use blink for the final assembly. You can use multiple libraries. The libraries may contain procedures that you do not need in your current project; if they are not used, blink will not include them.