index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
77 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