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
125 B

__asm__("\
.global _start \n\
_start: \n\
mov r15, r4 \n\
mov #-16, r0 \n\
and r0, r15 \n\
bsr __cstart \n\
nop \n\
");