add lab4 spoc exercises

This commit is contained in:
chyyuu
2016-04-11 00:58:26 +08:00
parent 91d8793b24
commit 28605e36e7
10 changed files with 712 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
as -gstabs --32 -o callee.o callee.s
gcc -m32 -g -c -fno-stack-protector caller.c
gcc -m32 -g -o caller caller.o callee.o