1alink(1) General Commands Manual alink(1)
2
3
4
6 alink - link (reloacatable) object files created by AS
7
8
10 alink <source file(s)> <target file> [options]
11
12
14 alink will one day be a the linker companion tool to asl. It is work
15 in progress, and it won't be of much use for most users in its current
16 state. Contact the author (see below) if you want to experiment with
17 it.
18
19
21 -v
22
23 be more verbose while linking.
24
25
27 alink supports national languages in the same way as AS. See the man‐
28 ual page for asl(1) for maore information about this.
29
30
32 alink may return with the following codes:
33
34 0 no errors.
35
36 1 incorrect command line parameters.
37
38 2 I/O-error.
39
40 3 An input file had an incorrect format.
41
42
45 Calling ALINK without any arguments will print a short help listing all
46 command line parameters.
47
48
50 asl(1), pbind(1), plist(1) p2hex(1), p2bin(1)
51
52
54 In its current (incomplete) state, this program is a bug by itself ;-)
55
56
58 Alfred Arnold (alfred@ccac.rwth-aachen.de)
59
60
61
62
63 alink(1)