comptut

view COMPILE @ 4:ae1c30fa39f3

working on the control structures of tutorial5
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Mar 2015 00:13:54 +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