root/loader/ixus220_elph300hs/entry.S

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

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