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 [-l file.map] -o file.bin file1.bin file2.bin ...

