root/loader/g1x/entry.S

/* [<][>][^][v][top][bottom][index][help] */
   1 .section .entry
   2 
   3     LDR     SP, =MEMBASEADDR
   4     BL      check_compat
   5 
   6         
   7         MOV     SP, #0x1900
   8         MOV     R11, #0
   9         B       my_restart

/* [<][>][^][v][top][bottom][index][help] */