: building the libu - IO Library from UKC
cc -c -f -O readf.c
ar r libu.a readf.o
as readno.s;mv a.out readno.o
ar r libu.a readno.o
cc -c -O rdnum.c
ar r libu.a rdnum.o
: If you have modified the floating point system you will need to do this
fpsim + fltpr.s fpr.s
as fpr.s;mv a.out fltpr.o
rm fpr.s
ar r libu.a fltpr.o
as printf.s;mv a.out printf.o;ar r libu.a printf.o
as ffltpr.s;mv a.out ffltpr.o;ar r libu.a ffltpr.o
cc -c -O gets.c;ar r libu.a gets.o
as selop.s;mv a.out selop.o;ar r libu.a selop.o
as selin.s;mv a.out selin.o;ar r libu.a selin.o
as unget.s;mv a.out unget.o;ar r libu.a unget.o
as getchar.s;mv a.out getch.o;ar r libu.a getch.o
as rest.s;mv a.out rest.o;ar r libu.a rest.o
as save.s;mv a.out save.o;ar r libu.a save.o
as system.s;mv a.out system.o;ar r libu.a system.o
as execut.s;mv a.out execut.o;ar r libu.a execut.o
cc -c -O copys.c;ar r libu.a copys.o
cc -c -O comps.c;ar r libu.a comps.o
rm *.o
