Version: 2.1.1
Date: 3/25/2005


I. Introduction

lnk7090 is a cross linker for the IBM 7090 computer. It supports the object
format generated by asm7090.


II. Build lnk7090

Lunix/Unix:

$ make

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

WinBlows:

$ nmake nt


III. To run lnk7090

$ lnk7090 [-options] -o outfile.obj infile1.obj infile2.obj ...

Where options are:

   -d deck      - Deckname for output
   -l listfile  - Generate listing to listfile
   -o outfile   - Linked object file name

