converted to ACK assembler format

This commit is contained in:
ceriel
1987-05-14 17:45:41 +00:00
parent 680e0c347c
commit 7abf78f452
81 changed files with 553 additions and 504 deletions

View File

@@ -1,4 +1,4 @@
if pdp -O -P -c -I../../../h -I. $1 1>&2
if pdp -O -c -I../../../h -I. $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi