Version: 1.3.5
Date: 2019/02/21


I. Introduction

lnked990 is a cross linkage editor for the TI 990 computer that is compatible 
with SDSLNK. It supports the object format generated by asm990, SDSMAC and
SDSLNK.

The input file is not an object file. But, it is a control file with the same
commands as SDSLNK.

II. Build lnked990

Lunix/Unix:

$ make

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

WinBlows:

$ nmake nt


III. To run lnked990

$ lnked990 [-options] link.ctl link.map link.obj

Where arguments are:

   link.ctl    - Link Editor Control File
   link.map    - Link Editor Listing File
   link.obj    - Linked Output File

Where options are:

   -c          - "Cassette" mode. Object can be loaded using the ASR733
                 cassette ROM loader. Also supported via FORMAT ASCII,NOSEQ
		 extension.
   -w          - Wide map listing.

The control file commands are:

   ADJUST
   ALLGLOBAL
   ALLOCATE	Not Implemented, Ignored.
   COMMON
   DATA
   DUMMY
   END
   [NO]ERROR
   FIND
   FORMAT	IMAGE format is not supported.
   GLOBAL
   INCLUDE
   LIBRARY
   NOAUTO
   [NO]LOAD	Not Implemented, Ignored.
   [NO]MAP
   [NO]PAGE
   [NO]SYMT
   NOTGLOBAL
   PARTIAL
   PHASE
   PROCEDURE
   PROGRAM
   SEARCH
   SHARE	Not Implemented, Ignored.
   TASK


IV. References

0949617-9701 Link Editor Refence Manual
