comptut

annotate 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
rev   line source
nuclear@0 1 #!/bin/sh
nuclear@0 2
nuclear@0 3 ./test >out.s && \
nuclear@0 4 as --32 -o out.o out.s && \
nuclear@0 5 ld -m elf_i386 out.o