description of asopt apparently has to be in front of the one for as.
This commit is contained in:
parent
1dd241938c
commit
f408948925
1 changed files with 7 additions and 7 deletions
|
@ -21,13 +21,6 @@ name be
|
||||||
stdout
|
stdout
|
||||||
need .e
|
need .e
|
||||||
end
|
end
|
||||||
name as
|
|
||||||
from .s.so
|
|
||||||
to .o
|
|
||||||
program {EM}/lib/{M}/as
|
|
||||||
args - -o > <
|
|
||||||
prep cond
|
|
||||||
end
|
|
||||||
name asopt
|
name asopt
|
||||||
from .s
|
from .s
|
||||||
to .so
|
to .so
|
||||||
|
@ -37,6 +30,13 @@ name asopt
|
||||||
stdin
|
stdin
|
||||||
stdout
|
stdout
|
||||||
end
|
end
|
||||||
|
name as
|
||||||
|
from .s.so
|
||||||
|
to .o
|
||||||
|
program {EM}/lib/{M}/as
|
||||||
|
args - -o > <
|
||||||
|
prep cond
|
||||||
|
end
|
||||||
name led
|
name led
|
||||||
from .o.a
|
from .o.a
|
||||||
to .out
|
to .out
|
||||||
|
|
Loading…
Reference in a new issue