comparison extra/README @ 179:3711cd1c01e2

Added as front-end script for use with gcc6809
author lost
date Wed, 04 Mar 2009 05:34:17 +0000
parents
children 06effa2faea1
comparison
equal deleted inserted replaced
175:f8ec28ace0c6 179:3711cd1c01e2
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