1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-12 15:16:44 +00:00

Yes, we can rebuild dc and form with the new assembler, but not fed.

This commit is contained in:
warren.toomey
2008-05-15 03:08:23 +00:00
parent 83266f0335
commit eab480f677

View File

@@ -17,14 +17,17 @@ echo login.s; as login.s; mv a.out login
echo ls.s; as ls.s; mv a.out ls
echo db; as db?.s; mv a.out db
echo ld; as ld?.s; mv a.out ld
echo as1; as as1?.s; mv a.out as1
echo as2; as as2?.s; mv a.out as2
echo as; as as1?.s; mv a.out as
echo Not bas, missing source files
echo Not dc, uses the mul instruction
echo ... install new "as" to build dc
echo Not fed, uses the div instruction
echo ... also cannot be built using new as
echo Not form, uses the ashc instruction
echo ... install new "as" to build dc
echo You can rm ':' acct ar cat chmod chown
echo You can rm cmp date df dsw dusg fstrip getty
echo You can rm init ln login ls as1 as2 db ld
echo You can rm init ln login ls as as2 db ld