Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
unit
/
78 nostdlib
/
subprojects
/
mylibc
/
stubstart.s
blob: 0a6d9729a7cdaf1c8f7c1e98586eaef68eac7743 (
plain
)
1
2
3
4
5
6
7
8
.globl
_start
_start:
call
main
movl
%eax
,
%ebx
movl
$1
,
%eax
int
$0x80