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.
 
 
 
 
 
 

9 lines
157 B

__asm__(
".global _start\n"
".type _start,%function\n"
"_start:\n"
" mov x29, #0\n"
" mov x30, #0\n"
" mov x0, sp\n"
" and sp, x0, #-16\n"
" b __cstart\n");