add lab1 related info

This commit is contained in:
chyyuu
2013-09-17 20:36:57 +08:00
parent 43ac8a7152
commit 759eca9dda
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
all: write
write: defines.h write.s
gcc -o write write.s
clean:
rm write write.o