179
|
1 These files are extra utility type scripts that can be used for various
|
|
2 purposes.
|
|
3
|
|
4 as
|
|
5
|
|
6 This is a sort of front-end script that makes lwasm look approximately like
|
|
7 gnu as which is useful for using lwasm as a backend to gcc. You will
|
|
8 probably need to edit it to make it work fully. Simply put this in place
|
|
9 of whatever gcc6809 installed for "as" (in the "m6809/bin" folder in
|
|
10 "--prefix") after editing it to point to the real location of the "lwasm"
|
|
11 binary.
|
|
12
|
|
13
|
|
14 ld
|
|
15
|
|
16 Similar to the "as" script above except for lwlink.
|
|
17
|
|
18
|
|
19 ar
|
|
20
|
|
21 Similar to the "as" script above except for lwar.
|
|
22
|