@@ -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
The note is not visible to the blocked user.