comptut

view COMPILE @ 1:d872095206bf

Added tag tutor2 for changeset 10f07b308aab
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 15 Mar 2015 05:49: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