repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'nasm-2.15'
[nasm.git]
/
test
/
br3392661.asm
blob
9a349d19180c2fb14da9d94f7991a81cb2b8e609
1
section
.text
2
3
global
_start
4
5
_start:
6
mov
rdi
,
0
; Exit status
7
mov
rax
,
60
; Exit syscall number
8
syscall