comptut

view COMPILE @ 5:bebbe71ba949

mostly completed tutor5.txt, without the hundred different looping constructs, which I don't care about
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Mar 2015 01:06:49 +0200
parents
children
line source
1 #!/bin/sh
3 ./test >out.s && \
4 as --32 -o out.o out.s && \
5 ld -m elf_i386 out.o