Version: 1.1.2
Date: 03/31/05


I. Introduction

lnk990 is a cross linker for the TI 990 computer. It supports the object
format generated by asm990. The link map listing is similar to the TXLINK
output.


II. Build lnk990

Lunix/Unix:

$ make

The make attempts to figure out which system to make for using uname.

WinBlows:

$ nmake nt


III. To run lnk990

$ lnk990 [-options] -o file.bin file1.bin file2.bin ...

Where options are:

   -c          - "Cassette" mode. Object can be loaded using the ASR733
                 cassette ROM loader.
   -i IDT      - Specifies IDT name for the link.
   -p          - Specifies partial link, symbol table is put into object file.
   -l file.map - Generate listing of the link map.
   -o file.bin - Linked output binary file.

