Added Algol68S

This commit is contained in:
ceriel 1989-02-09 15:53:09 +00:00
parent 3b922f1292
commit b005246ad5
2 changed files with 6 additions and 4 deletions

View file

@ -54,9 +54,10 @@ name led
args {ALIGN} (.e:{HEAD}= {EM}/{RT}em) \
({RTS}:.ocm.b.c={EM}/{RT}cc) \
({RTS}:.mod={EM}/{RT}m2) \
({RTS}:.p={EM}/{PRT}pc) \
({RTS}:.p.8={EM}/{PRT}pc) \
-o > < \
(.p:{TAIL}={EM}/{PLIB}pc) \
(.8:{TAIL}={EM}/{LIB}a68s) \
(.p.8:{TAIL}={EM}/{PLIB}pc) \
(.b:{TAIL}={EM}/{PLIB}bc) \
(.ocm:{TAIL}={EM}/{LIB}ocm) \
(.mod:{TAIL}={EM}/{LIB}m2) \

View file

@ -43,10 +43,11 @@ name ld
mapflag -l* LNAME={EM}/{LIB}*
args (.e:{HEAD}={EM}/{RT}em) \
({RTS}:.ocm.b.c={EM}/{RT}cc) \
({RTS}:.p={EM}/{RT}pc) \
({RTS}:.p.8={EM}/{RT}pc) \
({RTS}:.mod={EM}/{RT}m2) \
-o > < \
(.p:{TAIL}={EM}/{LIB}pc) \
(.8:{TAIL}={EM}/{LIB}a68s) \
(.p.8:{TAIL}={EM}/{LIB}pc) \
(.b:{TAIL}={EM}/{LIB}bc) \
(.ocm:{TAIL}={EM}/{LIB}ocm) \
(.mod:{TAIL}={EM}/{LIB}m2) \