OK LETS GIT HOLY SHIT

This commit is contained in:
2014-11-30 15:11:02 +01:00
commit 63445aa008
12 changed files with 1597 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.text
.global _start
_start:
# n_apples
pushl $10
# len
pushl $3
call start_game
addl $4*2, %esp
movl $0, %eax
ret