cc -O -c erode.c
cc -O -c uc_test.c
cc -O -c mem_test.c
cc -O -c hw_test.c
cc -O -c graphics.c
cc -O -c fifo.c
cc -O -c dasm.c
cc -O -c debug.V10.c
/bin/ld -S -N -x -T 8000 -e start M.V10.o erode.o uc_test.o mem_test.o hw_test.o graphics.o fifo.o dasm.o debug.V10.o  libsa.V10.a /lib/libc.a -o debug.V10
cc -O -c debug.V20.c
/bin/ld -S -N -x -T 8000 -e start M.V20.o erode.o uc_test.o mem_test.o hw_test.o graphics.o fifo.o dasm.o debug.V20.o  libsa.V20.a /lib/libc.a -o debug.V20
All done.
