aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/79 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