root/loader/ixus150_elph140/entry.S

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

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