ack/lib/i80/descr

30 lines
402 B
Text
Raw Normal View History

1984-12-10 14:57:51 +00:00
# $Revision$
1984-06-21 10:57:59 +00:00
var w=2
var p=2
var s=2
var l=4
var f=4
var d=8
var NAME=i8080
var M=8080
1984-12-10 14:29:51 +00:00
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
var INCLUDES=-I{EM}/include -I/usr/include
1984-06-21 10:57:59 +00:00
name be
1984-12-10 14:29:51 +00:00
from .m.g
1984-06-21 10:57:59 +00:00
to .s
1984-12-10 14:29:51 +00:00
program {EM}/lib/{M}/be
1984-06-21 10:57:59 +00:00
args <
1984-12-10 14:29:51 +00:00
stdout
1984-06-21 10:57:59 +00:00
need .e
end
name asld
from .s.a
1984-12-10 14:29:51 +00:00
to .out
outfile a.out
program {EM}/lib/{M}/as
1984-06-21 10:57:59 +00:00
mapflag -l* LNAME={EM}/{LIB}*
args ({RTS}:.c={EM}/{RT}cc) -o > <
1984-12-10 14:29:51 +00:00
linker
1984-06-21 10:57:59 +00:00
end