mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
191 B
11 lines
191 B
__asm__("\
|
|
.global _start \n\
|
|
.align 4 \n\
|
|
_start: \n\
|
|
l.ori r3, r1, 0 \n\
|
|
l.addi r2, r0, -8 \n\
|
|
l.and r1, r1, r2 \n\
|
|
l.addi r1, r1, -8 \n\
|
|
l.jal __cstart \n\
|
|
l.ori r2, r0, 0 \n\
|
|
");
|
|
|