31 lines
940 B
Plaintext
31 lines
940 B
Plaintext
|
SPLINK(1) User Commands SPLINK(1)
|
||
|
|
||
|
NAME
|
||
|
splink - spin linker
|
||
|
|
||
|
SYNOPSIS
|
||
|
splink FILE1 FILE2 FILE3 [-d]
|
||
|
|
||
|
DESCRIPTION
|
||
|
splink links FILE1 with FILE2 and writes the results to FILE3. FILE1
|
||
|
is the top object file, and it must contain only one Spin object. The
|
||
|
second file may contain one or more objects. The objects listed in the
|
||
|
OBJ section of the top object must be in the same order as those in the
|
||
|
second file.
|
||
|
|
||
|
LIMITATIONS
|
||
|
splink does not support VAR sections.
|
||
|
|
||
|
AUTHOR
|
||
|
Dave Hein
|
||
|
|
||
|
COPYRIGHT
|
||
|
Copyright (c) 2011, 2012, 2013, Dave Hein
|
||
|
MIT License (See license.txt in the root directory)
|
||
|
This is free software: you are free to change and redistribute it.
|
||
|
There is no warranty, to the extent permitted by law.
|
||
|
|
||
|
|
||
|
SPLINK November 2013 SPLINK(1)
|
||
|
|