add files
[idlebox.git] / exit.s
blob0bb6a755f991d948ebd5cc2bb34ecfc6aacbf085
1 .section .data
2 .section .text
3 .globl _start
4 _start:
5 movl $1, %eax
6 movl $2, %ebx
7 int $0x80