The first version, copied from 6809.
authorkeie <none@none>
Tue, 18 Dec 1984 15:13:55 +0000 (15:13 +0000)
committerkeie <none@none>
Tue, 18 Dec 1984 15:13:55 +0000 (15:13 +0000)
lib/6800/descr [new file with mode: 0644]

diff --git a/lib/6800/descr b/lib/6800/descr
new file mode 100644 (file)
index 0000000..5115018
--- /dev/null
@@ -0,0 +1,29 @@
+# $Revision$
+var w=2
+var i=2
+var p=2
+var s=2
+var l=4
+var f=4
+var d=8
+var NAME=m6800
+var M=6800
+var LIB=lib/{M}/tail_
+var RT=lib/{M}/head_
+var INCLUDES=-I{EM}/include -I/usr/include
+name asld
+       from .s.a
+       to .out
+       outfile a.out
+       program {EM}/lib/{M}/as
+       mapflag -l* LNAME={EM}/{LIB}*
+       mapflag -d* ASFL={ASFL?} -d*
+       args {ASFL?} (.e:{HEAD}={EM}/{RT}em) \
+               ({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
+               (.p:{TAIL}={EM}/{LIB}pc) \
+               (.b:{TAIL}={EM}/{LIB}bc) \
+               (.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
+               (.b.c.p:{TAIL}={EM}/{LIB}mon) \
+               (.e:{TAIL}={EM}/{LIB}em)
+       linker
+end