assembler now produces .o format
This commit is contained in:
parent
6c762a19e7
commit
3a2030f3b6
1 changed files with 10 additions and 4 deletions
|
@ -10,11 +10,17 @@ var M=s2650
|
||||||
var LIB=lib/{M}/tail_
|
var LIB=lib/{M}/tail_
|
||||||
var RT=lib/{M}/head_
|
var RT=lib/{M}/head_
|
||||||
var INCLUDES=-I{EM}/include -I/usr/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name asld
|
name as
|
||||||
from .s.a
|
from .s.so
|
||||||
to .out
|
to .o
|
||||||
outfile a.out
|
|
||||||
program {EM}/lib/{M}/as
|
program {EM}/lib/{M}/as
|
||||||
|
args - -o > <
|
||||||
|
prep cond
|
||||||
|
end
|
||||||
|
name led
|
||||||
|
from .o.a
|
||||||
|
to .out
|
||||||
|
program {EM}/lib/em_led
|
||||||
mapflag -l* LNAME={EM}/{LIB}*
|
mapflag -l* LNAME={EM}/{LIB}*
|
||||||
args (.e:{HEAD}={EM}/{RT}em) \
|
args (.e:{HEAD}={EM}/{RT}em) \
|
||||||
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||||
|
|
Loading…
Reference in a new issue