repo.or.cz
/
idlebox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add asm code
[idlebox.git]
/
exit.s
blob
0bb6a755f991d948ebd5cc2bb34ecfc6aacbf085
1
.section .data
2
.section .text
3
.globl _start
4
_start
:
5
movl $
1
, %
eax
6
movl $
2
, %
ebx
7
int $
0x80