I figured out how to get top working.

This commit is contained in:
David Given 2018-02-23 22:42:38 +01:00
parent 3c55cb8a73
commit 09e7d8f3d0

View file

@ -30,20 +30,16 @@ name be
stdout stdout
need .e need .e
end end
name asopt
# There's an ack driver bug where if the .s file needs preprocessing, the path from .s
# isn't set correctly in stages other than the first; this affects the PDP/11 to .so
# libsys assembler files. Work around this for now by disabling asopt. program {EM}/lib/ack/{PLATFORM}/top
#name asopt args
# from .s optimizer
# to .so stdin
# program {EM}/lib/ack/{PLATFORM}/top stdout
# args prep cond
# optimizer end
# stdin
# stdout
#end
name as name as
from .s.so from .s.so
to .o to .o