log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
comptut
view COMPILE @ 4:ae1c30fa39f3
find changesets by author, revision, files, or words in the commit message
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
2
3
./test >out.s && \
4
as --32 -o out.o out.s && \
5
ld -m elf_i386 out.o